projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
c43ecde
)
Remove another unnecessary application_name specification in test
author
Peter Eisentraut
<
[email protected]
>
Sat, 16 Mar 2019 21:38:59 +0000
(22:38 +0100)
committer
Peter Eisentraut
<
[email protected]
>
Sat, 16 Mar 2019 21:38:59 +0000
(22:38 +0100)
see
8e93a516e68bac3c329fd2e7f423ee9aceca943a
src/test/subscription/t/100_bugs.pl
|
blob
|
blame
|
history
diff --git
a/src/test/subscription/t/100_bugs.pl
b/src/test/subscription/t/100_bugs.pl
index cbdb30a8bb99a5bb1bb1691123a4d7f9f98875df..a69634768024e9fb298fd052be63740d42f55fc2 100644
(file)
--- 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');