From: Bruce Momjian Date: Wed, 24 Mar 2010 03:13:45 +0000 (+0000) Subject: Document in postgresql.conf that the max_standby_delay default is 30 X-Git-Tag: REL9_0_ALPHA5~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96189dbe664cf81efcc4c1f40df43bce3d9aa785;p=postgresql Document in postgresql.conf that the max_standby_delay default is 30 'seconds'. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index e7c8bcde9a..a563099256 100644 --- 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 = 30s # 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