Skip to content

Commit fa39e89

Browse files
committed
Fix typo in comment.
Masahiko Sawada
1 parent 00dfd5c commit fa39e89

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
@@ -245,7 +245,7 @@ sub promote_standby
245245
or die "Timed out while waiting for promotion of standby";
246246

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

0 commit comments

Comments
 (0)