Typo fix in src/backend/access/transam/recovery.conf.sample

Started by Amit Langoteover 11 years ago3 messages
#1Amit Langote
amitlangote09@gmail.com
1 attachment(s)

Hi,

Attached fixes a minor typo in src/backend/access/transam/recovery.conf.sample.

--
Amit

Attachments:

recovery-conf-sample-typo-fix.patchapplication/octet-stream; name=recovery-conf-sample-typo-fix.patchDownload
diff --git a/src/backend/access/transam/recovery.conf.sample b/src/backend/access/transam/recovery.conf.sample
index 209b979..420092a 100644
--- a/src/backend/access/transam/recovery.conf.sample
+++ b/src/backend/access/transam/recovery.conf.sample
@@ -139,7 +139,7 @@
 # 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
+# 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
#2Magnus Hagander
magnus@hagander.net
In reply to: Amit Langote (#1)
Re: Typo fix in src/backend/access/transam/recovery.conf.sample

On Fri, Apr 18, 2014 at 12:24 PM, Amit Langote <amitlangote09@gmail.com>wrote:

Hi,

Attached fixes a minor typo in
src/backend/access/transam/recovery.conf.sample.

Applied, except I also rewrapped the line to make it shorter. Thanks!

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

#3Amit Langote
amitlangote09@gmail.com
In reply to: Magnus Hagander (#2)
Re: Typo fix in src/backend/access/transam/recovery.conf.sample

On Fri, Apr 18, 2014 at 7:50 PM, Magnus Hagander <magnus@hagander.net> wrote:

On Fri, Apr 18, 2014 at 12:24 PM, Amit Langote <amitlangote09@gmail.com>
wrote:

Hi,

Attached fixes a minor typo in
src/backend/access/transam/recovery.conf.sample.

Applied, except I also rewrapped the line to make it shorter. Thanks!

Ah, thanks!

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers