mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 00:07:30 +08:00
Remove another unnecessary application_name specification in test
see 8e93a516e68bac3c329fd2e7f423ee9aceca943a
This commit is contained in:
@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user