pgsql: Add missing wait_for_catchup() to pg_visibility tap test

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing wait_for_catchup() to pg_visibility tap test
Date: 2024-08-15 22:00:56
Message-ID: E1seiWe-004LCZ-9b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing wait_for_catchup() to pg_visibility tap test

e2ed7e32271a introduced check of pg_visibility on standby. This commit adds
missing wait_for_catchup() to synchronize standby before querying it.

Branch
------
master

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

Modified Files
--------------
contrib/pg_visibility/t/001_concurrent_transaction.pl | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-08-16 04:45:55 pgsql: libpq: Fix minor TOCTOU violation
Previous Message Alexander Korotkov 2024-08-15 21:51:48 Re: pgsql: Fix GetStrictOldestNonRemovableTransactionId() on standby