We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd609b08 commitda3418cCopy 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_agevery high. We assume all datfrozenxid and
176
- * relfrozen values are less than a gap of 2000000000 from the current
+ * autovacuum_freeze_max_ageto its maximum. We assume all datfrozenxid
+ *andrelfrozen 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),