Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0176eb2

Browse files
committed
Remove another unnecessary application_name specification in test
see8e93a51
1 parentc43ecde commit0176eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/subscription/t/100_bugs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"CREATE PUBLICATION pub1 FOR ALL TABLES");
5252

5353
$node_subscriber->safe_psql('postgres',
54-
"CREATE SUBSCRIPTION sub1 CONNECTION '$publisher_connstr application_name=sub1' PUBLICATION pub1");
54+
"CREATE SUBSCRIPTION sub1 CONNECTION '$publisher_connstr' PUBLICATION pub1");
5555

5656
$node_publisher->wait_for_catchup('sub1');
5757

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp