pgsql: Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_
Date: 2026-01-07 15:22:30
Message-ID: E1vdVMj-0057eH-11@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)munro(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2026-01-07 16:13:20 pgsql: doc: Remove deprecated clauses from CREATE USER/GROUP syntax syn
Previous Message Peter Eisentraut 2026-01-07 14:49:22 pgsql: Fix typo