Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 53785d2

Browse files
committed
Fix comment in 024_add_drop_pub.pl
A comment of the test was referring to an incorrect table. Thinko in 1046a69. Extracted from a larger patch by the same author. Author: Alexander Lakhin Discussion: https://postgr.es/m/70b340bc-244a-589d-ef8b-d8aebb707a84@gmail.com
1 parent ac8c85d commit 53785d2

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 of tab_drop_refresh was copied to subscriber
66+
# Check the initial data of tab_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)