aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/brin/t/02_wal_consistency.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/brin/t/02_wal_consistency.pl')
-rw-r--r--src/test/modules/brin/t/02_wal_consistency.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/brin/t/02_wal_consistency.pl b/src/test/modules/brin/t/02_wal_consistency.pl
index 5983ef208e6..8b2b244feb9 100644
--- a/src/test/modules/brin/t/02_wal_consistency.pl
+++ b/src/test/modules/brin/t/02_wal_consistency.pl
@@ -70,6 +70,6 @@ my ($ret, $out, $err) = $whiskey->psql(
});
cmp_ok($out, '>=', 1);
-$whiskey->wait_for_catchup($charlie, 'replay', $whiskey->lsn('insert'));
+$whiskey->wait_for_replay_catchup($charlie);
done_testing();