From e3f1607cf89ba43d5c5c4a74a8e414aeaeb15800 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 3 Oct 2006 00:39:26 +0000 Subject: [PATCH] Mention in postgresql.conf that autovacuum also needs stats_start_collector and stats_row_level to also be on David Wheeler --- src/backend/utils/misc/postgresql.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 13408899dc..83e7c254dc 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -362,6 +362,8 @@ #--------------------------------------------------------------------------- #autovacuum = off # enable autovacuum subprocess? + # 'on' requires stats_start_collector + # and stats_row_level to also be on #autovacuum_naptime = 1min # time between autovacuum runs #autovacuum_vacuum_threshold = 500 # min # of tuple updates before # vacuum -- 2.11.0