Skip to content

Commit 0176eb2

Browse files
committed
Remove another unnecessary application_name specification in test
see 8e93a51
1 parent c43ecde commit 0176eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/subscription/t/100_bugs.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"CREATE PUBLICATION pub1 FOR ALL TABLES");
5252

5353
$node_subscriber->safe_psql('postgres',
54-
"CREATE SUBSCRIPTION sub1 CONNECTION '$publisher_connstr application_name=sub1' PUBLICATION pub1");
54+
"CREATE SUBSCRIPTION sub1 CONNECTION '$publisher_connstr' PUBLICATION pub1");
5555

5656
$node_publisher->wait_for_catchup('sub1');
5757

0 commit comments

Comments
 (0)