pgsql: Remove duplicated wait for subscription sync from 007_ddl.pl.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicated wait for subscription sync from 007_ddl.pl.
Date: 2022-08-02 04:14:40
Message-ID: E1oIjIl-002Lnx-7X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicated wait for subscription sync from 007_ddl.pl.

An oversight in 8f2e2bbf14.

Author: Masahiko Sawada
Reviewed by: Amit Kapila
Backpatch-through: 15, where it was introduced
Discussion: https://postgr.es/m/CAD21AoC-fvAkaKHa4t1urupwL8xbAcWRePeETvshvy80f6WV1A@mail.gmail.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/572baf2b3e203db1f9d15a796bb9a23e81986828

Modified Files
--------------
src/test/subscription/t/007_ddl.pl | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-08-02 04:56:27 pgsql: Fix comment in pg_db_role_setting.h
Previous Message Tom Lane 2022-08-01 23:19:05 pgsql: Add a regression test for contrib/tcn.