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

Appearance settings

Commit a2e0d5e

Browse filesBrowse files
author
Amit Kapila
committed
Remove redundant result assignment in 004_sync.pl.
Author: Peter Smith Discussion: http://postgr.es/m/CAHut+PuTNdxnpn24s6jfPDe+fKJoe3M-CoNv-DFsZmJN-ed0Xw@mail.gmail.com
1 parent 7369798 commit a2e0d5e
Copy full SHA for a2e0d5e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/test/subscription/t/004_sync.pl
+1-1Lines 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
or die "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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.