Typo fix in src/backend/access/transam/recovery.conf.sample
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
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/
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