8000 Fix typo · postgrespro/postgres_cluster@66b1084 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 66b1084

Browse files
committed
Fix typo
Amit Langote
1 parent e7128e8 commit 66b1084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/transam/recovery.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
# primary as soon as possible. If you want to explicitly delay the replay of
140140
# committed transactions from the master, specify a recovery apply delay.
141141
# For example, if you set this parameter to 5min, the standby will replay
142-
# each transaction commit only when the system time on the standby is least
143-
# five minutes past the commit time reported by the master.
142+
# each transaction commit only when the system time on the standby is at
143+
# least five minutes past the commit time reported by the master.
144144
#
145145
#min_recovery_apply_delay = 0
146146
#

0 commit comments

Comments
 (0)
0