pgsql: Add diagnostic output on error in pump_until - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Add diagnostic output on error in pump_until
Date
Msg-id E1nZr48-0008HQ-De@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add diagnostic output on error in pump_until

When pump_until was moved to Utils.pm in commit 6da65a3f9 the diag
calls were removed, this puts them back.

Per request from Andres Freund.

Discussion: https://postgr.es/m/20220329225819.ahk5u2tax3ez6d2t@alap3.anarazel.de

Branch
------
master

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

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Utils.pm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Allow root-owned SSL private keys in libpq, not only the backend
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Make PostgreSQL::Test::Cluster compatible with all live branches