pgsql: Fix query in new test to check tables are synced

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix query in new test to check tables are synced
Date: 2020-10-15 12:53:08
Message-ID: E1kT2km-0000r7-E1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix query in new test to check tables are synced

Rather than looking for tablesync workers, it is more reliable to see
the sync state of the tables.

Per note from Amit Kapila.
Discussion: https://postgr.es/m/CAA4eK1JSSD7FVwq+_rOme86jUZTQFzjsNU06hQ4-LiRt1xFmSg@mail.gmail.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9f783aea669f56c2e7c875ee1391949f234a2257

Modified Files
--------------
src/test/subscription/t/100_bugs.pl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-10-15 14:09:56 pgsql: Refactor code for cross-partition updates to a separate function
Previous Message Alvaro Herrera 2020-10-15 12:52:21 Re: pgsql: Restore replication protocol's duplicate command tags