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

Commit53785d2

Browse files
committed
Fix comment in 024_add_drop_pub.pl
A comment of the test was referring to an incorrect table.Thinko in1046a69.Extracted from a larger patch by the same author.Author: Alexander LakhinDiscussion:https://postgr.es/m/70b340bc-244a-589d-ef8b-d8aebb707a84@gmail.com
1 parentac8c85d commit53785d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/subscription/t/024_add_drop_pub.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# Wait for initial table sync to finish
6464
$node_subscriber->wait_for_subscription_sync($node_publisher,'tap_sub');
6565

66-
# Check the initial data oftab_drop_refresh was copied to subscriber
66+
# Check the initial data oftab_2 was copied to subscriber
6767
$result =$node_subscriber->safe_psql('postgres',
6868
"SELECT count(*), min(a), max(a) FROM tab_2");
6969
is($result,qq(10|1|10),'check initial data is copied to subscriber');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp