Skip to content

Commit aca5118

Browse files
committed
Repair last commit's new wait_for_catchup() call.
The function had a different API in v10. Per buildfarm.
1 parent ab7699e commit aca5118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/recovery/t/010_logical_decoding_timelines.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
'xmin on physical slot must not be lower than catalog_xmin');
131131

132132
$node_master->safe_psql('postgres', 'CHECKPOINT');
133-
$node_master->wait_for_catchup($node_replica, 'write');
133+
$node_master->wait_for_catchup($node_replica, 'write',
134+
$node_master->lsn('insert'));
134135

135136
# Boom, crash
136137
$node_master->stop('immediate');

0 commit comments

Comments
 (0)