Skip to content

Commit e3f1607

Browse files
committed
Mention in postgresql.conf that autovacuum also needs
stats_start_collector and stats_row_level to also be on David Wheeler
1 parent e020a5a commit e3f1607

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@
362362
#---------------------------------------------------------------------------
363363

364364
#autovacuum = off # enable autovacuum subprocess?
365+
# 'on' requires stats_start_collector
366+
# and stats_row_level to also be on
365367
#autovacuum_naptime = 1min # time between autovacuum runs
366368
#autovacuum_vacuum_threshold = 500 # min # of tuple updates before
367369
# vacuum

0 commit comments

Comments
 (0)