aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2014-04-18 12:49:54 +0200
committerMagnus Hagander <magnus@hagander.net>2014-04-18 12:49:54 +0200
commit66b1084e2ccf1f5b8cb57ebb41f54f76850a2b5d (patch)
tree0c5dc42a44239532a769090d8a28e2872c649569 /src
parente7128e8dbb305059c30ec085461297e619bcbff4 (diff)
downloadpostgresql-66b1084e2ccf1f5b8cb57ebb41f54f76850a2b5d.tar.gz
postgresql-66b1084e2ccf1f5b8cb57ebb41f54f76850a2b5d.zip
Fix typo
Amit Langote
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/recovery.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/recovery.conf.sample b/src/backend/access/transam/recovery.conf.sample
index 209b9792146..2612a7df9fd 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
#