projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9d231
)
Document in postgresql.conf that the max_standby_delay default is 30
author
Bruce Momjian
Wed, 24 Mar 2010 03:13:45 +0000
(
03:13
+0000)
committer
Bruce Momjian
Wed, 24 Mar 2010 03:13:45 +0000
(
03:13
+0000)
'seconds'.
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 e7c8bcde9aa537f21ac683ed92a37a03e989950f..a5630992566726357a7fa801182983178ca354c1 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-185,7
+185,7
@@
# - Hot Standby -
#recovery_connections = on # allows connections during recovery
-#max_standby_delay = 30
# max acceptable standby lag (s) to allow queries
+#max_standby_delay = 30
s
# 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