Remove redundant result assignment in 004_sync.pl.
authorAmit Kapila <akapila@postgresql.org>
Thu, 14 Sep 2023 03:09:03 +0000 (08:39 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 14 Sep 2023 03:09:03 +0000 (08:39 +0530)
Author: Peter Smith
Discussion: http://postgr.es/m/CAHut+PuTNdxnpn24s6jfPDe+fKJoe3M-CoNv-DFsZmJN-ed0Xw@mail.gmail.com

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

index aa7714c533b0cc2c6486e62d5973dae788f5bef8..bf4d59efbad021b66a3756f6d386ff0da2577d0e 100644 (file)
@@ -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