pgsql: Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_ - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_
Date
Msg-id E1vdVMj-0057eH-11@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup()"

This reverts commit f30848cb05d4d63e1a5a2d6a9d72604f3b63370d.  Due to
buildfarm failures related to recovery conflicts while executing the
WAIT FOR command.  It appears that WAIT FOR still holds xmin for a while.

Reported-by: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/CA%2BhUKG%2BL0OQR8dQtsNBSaA3FNNyQeFabdeRVzurm0b7Xtp592g%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 59 +-------------------------------
1 file changed, 1 insertion(+), 58 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix typo
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Remove deprecated clauses from CREATE USER/GROUP syntax syn