Commit 0176eb21 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove another unnecessary application_name specification in test

see 8e93a516
parent c43ecdee
...@@ -51,7 +51,7 @@ $node_publisher->safe_psql('postgres', ...@@ -51,7 +51,7 @@ $node_publisher->safe_psql('postgres',
"CREATE PUBLICATION pub1 FOR ALL TABLES"); "CREATE PUBLICATION pub1 FOR ALL TABLES");
$node_subscriber->safe_psql('postgres', $node_subscriber->safe_psql('postgres',
"CREATE SUBSCRIPTION sub1 CONNECTION '$publisher_connstr application_name=sub1' PUBLICATION pub1"); "CREATE SUBSCRIPTION sub1 CONNECTION '$publisher_connstr' PUBLICATION pub1");
$node_publisher->wait_for_catchup('sub1'); $node_publisher->wait_for_catchup('sub1');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment