diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-03-24 03:13:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-03-24 03:13:45 +0000 |
commit | 96189dbe664cf81efcc4c1f40df43bce3d9aa785 (patch) | |
tree | becfbd43caac1be2f96ba5d9cc4ecfc6dff41217 | |
parent | 5f9d2316d5c4bc88866eacd267139b42298a31a8 (diff) | |
download | postgresql-96189dbe664cf81efcc4c1f40df43bce3d9aa785.tar.gz postgresql-96189dbe664cf81efcc4c1f40df43bce3d9aa785.zip |
Document in postgresql.conf that the max_standby_delay default is 30
'seconds'.
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index e7c8bcde9aa..a5630992566 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 |