]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorRobert Haas <rhaas@postgresql.org>
Mon, 4 Jan 2016 15:12:37 +0000 (10:12 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 4 Jan 2016 15:12:44 +0000 (10:12 -0500)
Masahiko Sawada

src/bin/pg_rewind/RewindTest.pm

index c1c7d1fa19f625fa4c2e815f9a63dc3dbeaa4bf5..41d294ed3f657ed3dbea7672522b2b161a13b542 100644 (file)
@@ -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