pgsql: Add missing wait_for_catchup() to pg_visibility tap test - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Add missing wait_for_catchup() to pg_visibility tap test
Date
Msg-id E1seiWe-004LCZ-9b@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Fix GetStrictOldestNonRemovableTransactionId() on standby
Next
From: Peter Eisentraut
Date:
Subject: pgsql: libpq: Fix minor TOCTOU violation