pgsql: Log more info when wait-for-catchup tests time out. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Log more info when wait-for-catchup tests time out.
Date
Msg-id E1sdYgs-003sI0-Q7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Log more info when wait-for-catchup tests time out.

Cluster.pm's wait_for_catchup and allied subroutines don't provide
enough information to diagnose the problem when a wait times out.
In hopes of debugging some intermittent buildfarm failures, let's
dump the ending state of the relevant system view when that happens.

Add this to v17 too, but not stable branches.

Discussion: https://postgr.es/m/352068.1723422725@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2aecbd752616aa664f32b3c1804732e475def7cc

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 27 +++++++++++++++++++++++----
1 file changed, 23 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Add user-callable CRC functions.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Give nbtree move right function internal linkage.