diff options
Diffstat (limited to 'src/bin/pg_rewind/RewindTest.pm')
-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 39a559e259c..6649c22b4f6 100644 --- a/src/bin/pg_rewind/RewindTest.pm +++ b/src/bin/pg_rewind/RewindTest.pm @@ -160,7 +160,7 @@ sub promote_standby $node_master->poll_query_until('postgres', $wal_received_query) or die "Timed out while waiting for standby to receive and write WAL"; - # Now promote slave and insert some new data on master, this will put + # Now promote standby and insert some new data on master, this will put # the master out-of-sync with the standby. $node_standby->promote; |