aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-03-16 22:38:59 +0100
committerPeter Eisentraut <peter@eisentraut.org>2019-03-16 22:38:59 +0100
commit0176eb210e445e8a911c7df79997c7ab62e86dcc (patch)
treeaefdbba25e608c27794906ad6d0ad32f79ed91be /src
parentc43ecdee0fff529ca47a90aea0a6954690af045c (diff)
downloadpostgresql-0176eb210e445e8a911c7df79997c7ab62e86dcc.tar.gz
postgresql-0176eb210e445e8a911c7df79997c7ab62e86dcc.zip
Remove another unnecessary application_name specification in test
see 8e93a516e68bac3c329fd2e7f423ee9aceca943a
Diffstat (limited to 'src')
-rw-r--r--src/test/subscription/t/100_bugs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/100_bugs.pl b/src/test/subscription/t/100_bugs.pl
index cbdb30a8bb9..a6963476802 100644
--- a/src/test/subscription/t/100_bugs.pl
+++ b/src/test/subscription/t/100_bugs.pl
@@ -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');