1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Comment out autovacuum_worker_slots in postgresql.conf.sample.

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 <daniel@yesql.se>
Author: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/19727040-3EE4-4719-AF4F-2548544113D7%40yesql.se
Backpatch-through: 18
This commit is contained in:
Nathan Bossart
2025-11-14 13:45:04 -06:00
parent 7506bdbbf4
commit 478c4814a0

View File

@@ -688,7 +688,7 @@
#autovacuum = on # Enable autovacuum subprocess? 'on' #autovacuum = on # Enable autovacuum subprocess? 'on'
# requires track_counts to also be 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) # (change requires restart)
#autovacuum_max_workers = 3 # max number of autovacuum subprocesses #autovacuum_max_workers = 3 # max number of autovacuum subprocesses
#autovacuum_naptime = 1min # time between autovacuum runs #autovacuum_naptime = 1min # time between autovacuum runs