diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-01-04 10:12:37 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-01-04 10:13:04 -0500 |
commit | fa39e891b08a5cb283a721592d0fa2c19b4c7176 (patch) | |
tree | 55295681f00b66d201d270028b2d4cb2bf22ac57 /src | |
parent | 00dfd5c94c41685e867e3a686900cc2f9e4dd829 (diff) | |
download | postgresql-fa39e891b08a5cb283a721592d0fa2c19b4c7176.tar.gz postgresql-fa39e891b08a5cb283a721592d0fa2c19b4c7176.zip |
Fix typo in comment.
Masahiko Sawada
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_rewind/RewindTest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/RewindTest.pm b/src/bin/pg_rewind/RewindTest.pm index a4c17371dcf..d23ad2d00cd 100644 --- a/src/bin/pg_rewind/RewindTest.pm +++ b/src/bin/pg_rewind/RewindTest.pm @@ -245,7 +245,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 |