projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e020a5a
)
Mention in postgresql.conf that autovacuum also needs
author
Bruce Momjian
<bruce@momjian.us>
Tue, 3 Oct 2006 00:39:26 +0000
(
00:39
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 3 Oct 2006 00:39:26 +0000
(
00:39
+0000)
stats_start_collector and stats_row_level to also be on
David Wheeler
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 13408899dc37c5fe11a35e5af56331d1005e73ba..83e7c254dcfbc2223edf16306e0860a5070e4903 100644
(file)
--- 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