From: Magnus Hagander Date: Fri, 18 Apr 2014 10:49:54 +0000 (+0200) Subject: Fix typo X-Git-Tag: REL9_4_BETA1~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66b1084e2ccf1f5b8cb57ebb41f54f76850a2b5d;p=postgresql Fix typo Amit Langote --- diff --git a/src/backend/access/transam/recovery.conf.sample b/src/backend/access/transam/recovery.conf.sample index 209b979214..2612a7df9f 100644 --- a/src/backend/access/transam/recovery.conf.sample +++ b/src/backend/access/transam/recovery.conf.sample @@ -139,8 +139,8 @@ # primary as soon as possible. If you want to explicitly delay the replay of # committed transactions from the master, specify a recovery apply delay. # For example, if you set this parameter to 5min, the standby will replay -# each transaction commit only when the system time on the standby is least -# five minutes past the commit time reported by the master. +# each transaction commit only when the system time on the standby is at +# least five minutes past the commit time reported by the master. # #min_recovery_apply_delay = 0 #