We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcda94 commit f1bb569Copy full SHA for f1bb569
src/test/subscription/t/011_twophase.pl
@@ -201,7 +201,7 @@
201
'2>',
202
\$create_sub_stderr);
203
$create_sub_stdin .= qq[
204
- create subscription tap_sub connection '$publisher_connstr' publication tap_pub with (copy_data=false);
+ create subscription tap_sub connection '$publisher_connstr application_name=$appname' publication tap_pub with (copy_data=false);
205
];
206
## push input
207
pump $create_sub while length $create_sub_stdin;
0 commit comments