mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04:00
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
This commit is contained in:
parent
7369798a83
commit
a2e0d5e5f6
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ $node_subscriber->safe_psql('postgres',
|
|||
"CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub"
|
||||
);
|
||||
|
||||
$result = $node_subscriber->poll_query_until('postgres', $started_query)
|
||||
$node_subscriber->poll_query_until('postgres', $started_query)
|
||||
or die "Timed out while waiting for subscriber to start sync";
|
||||
|
||||
# DROP SUBSCRIPTION must clean up slots on the publisher side when the
|
||||
|
|
|
|||
Loading…
Reference in a new issue