Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43ecde commit 0176eb2Copy full SHA for 0176eb2
src/test/subscription/t/100_bugs.pl
@@ -51,7 +51,7 @@
51
"CREATE PUBLICATION pub1 FOR ALL TABLES");
52
53
$node_subscriber->safe_psql('postgres',
54
- "CREATE SUBSCRIPTION sub1 CONNECTION '$publisher_connstr application_name=sub1' PUBLICATION pub1");
+ "CREATE SUBSCRIPTION sub1 CONNECTION '$publisher_connstr' PUBLICATION pub1");
55
56
$node_publisher->wait_for_catchup('sub1');
57
0 commit comments