Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaca5118

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp