diff options
-rw-r--r-- | src/bin/pg_rewind/t/007_standby_source.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/t/007_standby_source.pl b/src/bin/pg_rewind/t/007_standby_source.pl index 64b7f1a3be6..f6abcc2d987 100644 --- a/src/bin/pg_rewind/t/007_standby_source.pl +++ b/src/bin/pg_rewind/t/007_standby_source.pl @@ -155,7 +155,7 @@ $node_a->safe_psql('postgres', "INSERT INTO tbl1 values ('in A, after rewind')"); $lsn = $node_a->lsn('insert'); -$node_b->wait_for_catchup('node_c', 'write', $lsn); +$node_b->wait_for_catchup('node_c', 'replay', $lsn); check_query( 'SELECT * FROM tbl1', |