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

Commit495b31e

Browse files
Amit Kapilapull[bot]
Amit Kapila
authored andcommitted
Remove redundant result assignment in 004_sync.pl.
Author: Peter SmithDiscussion:http://postgr.es/m/CAHut+PuTNdxnpn24s6jfPDe+fKJoe3M-CoNv-DFsZmJN-ed0Xw@mail.gmail.com
1 parent12041ba commit495b31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/subscription/t/004_sync.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub"
157157
);
158158

159-
$result =$node_subscriber->poll_query_until('postgres',$started_query)
159+
$node_subscriber->poll_query_until('postgres',$started_query)
160160
ordie"Timed out while waiting for subscriber to start sync";
161161

162162
# DROP SUBSCRIPTION must clean up slots on the publisher side when the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp