mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 03:40:28 -05:00
Remove another unnecessary application_name specification in test
see 8e93a516e6
This commit is contained in:
parent
c43ecdee0f
commit
0176eb210e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ $node_publisher->safe_psql('postgres',
|
|||
"CREATE PUBLICATION pub1 FOR ALL TABLES");
|
||||
|
||||
$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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue