From a2e0d5e5f6a05f436f7b73c7f12ffcc22611d23d Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Thu, 14 Sep 2023 08:39:03 +0530 Subject: [PATCH] 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 --- src/test/subscription/t/004_sync.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/subscription/t/004_sync.pl b/src/test/subscription/t/004_sync.pl index aa7714c533..bf4d59efba 100644 --- a/src/test/subscription/t/004_sync.pl +++ b/src/test/subscription/t/004_sync.pl @@ -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