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 b0cadc0 commit 8978eb0Copy full SHA for 8978eb0
src/bin/pg_rewind/RewindTest.pm
@@ -183,7 +183,7 @@ sub promote_standby
183
or die "Timed out while waiting for promotion of standby";
184
185
# 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
+ # file to determine what timeline the server is on, and that isn't updated
187
# immediately at promotion, but only at the next checkpoint. When running
188
# pg_rewind in remote mode, it's possible that we complete the test steps
189
# after promotion so quickly that when pg_rewind runs, the standby has not
0 commit comments