projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8a60b
)
Add vacuum_defer_cleanup_age to postgresql.conf.sample.
author
Simon Riggs
Thu, 18 Mar 2010 07:01:01 +0000
(07:01 +0000)
committer
Simon Riggs
Thu, 18 Mar 2010 07:01:01 +0000
(07:01 +0000)
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index b550132d11adc0adc01a2edf84d9dce5ec8f3322..e7c8bcde9aa537f21ac683ed92a37a03e989950f 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-187,6
+187,7
@@
#recovery_connections = on # allows connections during recovery
#max_standby_delay = 30 # max acceptable standby lag (s) to allow queries
# to complete without conflict; -1 disables
+#vacuum_defer_cleanup_age = 0 # num transactions by which cleanup is deferred
# - Replication -