diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-10-03 00:39:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-10-03 00:39:26 +0000 |
commit | e3f1607cf89ba43d5c5c4a74a8e414aeaeb15800 (patch) | |
tree | 05e3c4dc661201d6c40b5e2297dc3b6daa4260ff | |
parent | e020a5a6a9315ef45fabf01e37686d4df208d65e (diff) | |
download | postgresql-e3f1607cf89ba43d5c5c4a74a8e414aeaeb15800.tar.gz postgresql-e3f1607cf89ba43d5c5c4a74a8e414aeaeb15800.zip |
Mention in postgresql.conf that autovacuum also needs
stats_start_collector and stats_row_level to also be on
David Wheeler
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 13408899dc3..83e7c254dcf 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 |