pgsql: Fix one of the tests introduced in commit 52e4f0cd47.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix one of the tests introduced in commit 52e4f0cd47.
Date: 2022-02-24 03:37:41
Message-ID: E1nN4wm-0005Bm-4V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix one of the tests introduced in commit 52e4f0cd47.

In the Publisher-Subscriber setup, after performing a DML operation on the
publisher, we need to wait for it to be replayed on the subscriber before
querying the same data on the subscriber. One of the tests missed the wait
step.

As per buildfarm.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv=e9Qd1TSYo8Og6x6Abfz3b9_htwinLp4ENPgV45DACQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cfb4e209ec15d4a0c44efa98b2788be806a43a92

Modified Files
--------------
src/test/subscription/t/028_row_filter.pl | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2022-02-24 05:37:52 pgsql: postgres_fdw: Add support for parallel commit.
Previous Message Tom Lane 2022-02-23 16:10:53 pgsql: Re-allow underscore as first character of custom GUC names.