]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix one of the tests introduced in commit 52e4f0cd47.
authorAmit Kapila <akapila@postgresql.org>
Thu, 24 Feb 2022 03:24:39 +0000 (08:54 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 24 Feb 2022 03:24:39 +0000 (08:54 +0530)
commitcfb4e209ec15d4a0c44efa98b2788be806a43a92
tree89c5a616ed6f1d495887817a4c21d33743073f9d
parentbd74c4037c4ee268db46e983bcc0f1e0a9f7ab72
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
src/test/subscription/t/028_row_filter.pl