]> granicus.if.org Git - postgresql/commitdiff
Document in postgresql.conf that the max_standby_delay default is 30
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Mar 2010 03:13:45 +0000 (03:13 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Mar 2010 03:13:45 +0000 (03:13 +0000)
'seconds'.

src/backend/utils/misc/postgresql.conf.sample

index e7c8bcde9aa537f21ac683ed92a37a03e989950f..a5630992566726357a7fa801182983178ca354c1 100644 (file)
 # - 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