8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382fb6a commit d609b08Copy full SHA for d609b08
contrib/pg_upgrade/server.c
@@ -172,7 +172,9 @@ start_postmaster(ClusterInfo *cluster, bool quiet)
172
*
173
* Using autovacuum=off disables cleanup vacuum and analyze, but
174
* freeze vacuums can still happen, so we set
175
- * autovacuum_freeze_max_age high too.
+ * autovacuum_freeze_max_age very high. We assume all datfrozenxid and
176
+ * relfrozen values are less than a gap of 2000000000 from the current
177
+ * xid counter, so autovacuum will not touch them.
178
*/
179
snprintf(cmd, sizeof(cmd),
180
SYSTEMQUOTE "\"%s/pg_ctl\" -l \"%s\" -D \"%s\" "
0 commit comments