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 d609b08 commit da3418cCopy full SHA for da3418c
contrib/pg_upgrade/server.c
@@ -172,8 +172,8 @@ 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 very high. We assume all datfrozenxid and
176
- * relfrozen values are less than a gap of 2000000000 from the current
+ * autovacuum_freeze_max_age to its maximum. We assume all datfrozenxid
+ * and 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),
0 commit comments