aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/RewindTest.pm
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-01-04 10:12:37 -0500
committerRobert Haas <rhaas@postgresql.org>2016-01-04 10:12:44 -0500
commit8978eb03a8dcfafd9e0839bc430749839476c34a (patch)
treee3db9a51034079609fe9bc4669c28d91a36466bc /src/bin/pg_rewind/RewindTest.pm
parentb0cadc08fea564f75a0702e15b2bd949377bd2f3 (diff)
downloadpostgresql-8978eb03a8dcfafd9e0839bc430749839476c34a.tar.gz
postgresql-8978eb03a8dcfafd9e0839bc430749839476c34a.zip
Fix typo in comment.
Masahiko Sawada
Diffstat (limited to 'src/bin/pg_rewind/RewindTest.pm')
-rw-r--r--src/bin/pg_rewind/RewindTest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/RewindTest.pm b/src/bin/pg_rewind/RewindTest.pm
index c1c7d1fa19f..41d294ed3f6 100644
--- a/src/bin/pg_rewind/RewindTest.pm
+++ b/src/bin/pg_rewind/RewindTest.pm
@@ -183,7 +183,7 @@ sub promote_standby
or die "Timed out while waiting for promotion of standby";
# Force a checkpoint after the promotion. pg_rewind looks at the control
- # 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
# immediately at promotion, but only at the next checkpoint. When running
# pg_rewind in remote mode, it's possible that we complete the test steps
# after promotion so quickly that when pg_rewind runs, the standby has not