]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup()"
authorAlexander Korotkov <akorotkov@postgresql.org>
Wed, 7 Jan 2026 14:29:58 +0000 (16:29 +0200)
committerAlexander Korotkov <akorotkov@postgresql.org>
Wed, 7 Jan 2026 15:22:18 +0000 (17:22 +0200)
commite54ce0b2da62ac71e3b2a5212f32e82b07bf39a5
treefbb1663d1024d616520258ffd99588f3eb9672a5
parent6675f41c18a7730d90d29a3c4c2ed9e1021f64e0
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
src/test/perl/PostgreSQL/Test/Cluster.pm