summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
diff options
context:
space:
mode:
authorNathan Bossart2025-11-14 19:45:04 +0000
committerNathan Bossart2025-11-14 19:45:04 +0000
commit478c4814a05262c0312c813bf393c4736d76f3f9 (patch)
treec11646f22df06f525eeb48557feb94e255ec1d43 /src/backend/utils/misc
parent7506bdbbf45ea757f67162a352196976379ccdd7 (diff)
Comment out autovacuum_worker_slots in postgresql.conf.sample.HEADmaster
All settings in this file should be commented out. In addition to fixing that, also fix the indentation for this line. Oversight in commit c758119e5b. Reported-by: Daniel Gustafsson <[email protected]> Author: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/19727040-3EE4-4719-AF4F-2548544113D7%40yesql.se Backpatch-through: 18
Diffstat (limited to 'src/backend/utils/misc')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index fdb37e927de..6268c175298 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -688,7 +688,7 @@
#autovacuum = on # Enable autovacuum subprocess? 'on'
# requires track_counts to also be on.
-autovacuum_worker_slots = 16 # autovacuum worker slots to allocate
+#autovacuum_worker_slots = 16 # autovacuum worker slots to allocate
# (change requires restart)
#autovacuum_max_workers = 3 # max number of autovacuum subprocesses
#autovacuum_naptime = 1min # time between autovacuum runs