Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8978eb0

Browse files
committed
Fix typo in comment.
Masahiko Sawada
1 parent b0cadc0 commit 8978eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_rewind/RewindTest.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ sub promote_standby
183183
or die "Timed out while waiting for promotion of standby";
184184

185185
# Force a checkpoint after the promotion. pg_rewind looks at the control
186-
# file todetermine what timeline the server is on, and that isn't updated
186+
# file to determine what timeline the server is on, and that isn't updated
187187
# immediately at promotion, but only at the next checkpoint. When running
188188
# pg_rewind in remote mode, it's possible that we complete the test steps
189189
# after promotion so quickly that when pg_rewind runs, the standby has not

0 commit comments

Comments
 (0)