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 6c0dfc0 commit d67b0bfCopy full SHA for d67b0bf
contrib/pg_upgrade/server.c
@@ -169,7 +169,11 @@ start_postmaster(ClusterInfo *cluster, bool quiet)
169
* same file because we get the error: "The process cannot access the file
170
* because it is being used by another process." so we have to send all
171
* other output to 'nul'.
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.
176
+ */
177
snprintf(cmd, sizeof(cmd),
178
SYSTEMQUOTE "\"%s/pg_ctl\" -l \"%s\" -D \"%s\" "
179
"-o \"-p %d -c autovacuum=off "
0 commit comments