From 96189dbe664cf81efcc4c1f40df43bce3d9aa785 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Mar 2010 03:13:45 +0000 Subject: [PATCH] Document in postgresql.conf that the max_standby_delay default is 30 'seconds'. --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0