We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dfd5c commit fa39e89Copy full SHA for fa39e89
src/bin/pg_rewind/RewindTest.pm
@@ -245,7 +245,7 @@ sub promote_standby
245
or die "Timed out while waiting for promotion of standby";
246
247
# 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
+ # file to determine what timeline the server is on, and that isn't updated
249
# immediately at promotion, but only at the next checkpoint. When running
250
# pg_rewind in remote mode, it's possible that we complete the test steps
251
# after promotion so quickly that when pg_rewind runs, the standby has not
0 commit comments