pgsql: Add diagnostic output on error in pump_until

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add diagnostic output on error in pump_until
Date: 2022-03-31 09:26:04
Message-ID: E1nZr48-0008HQ-De@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-03-31 10:09:34 Re: pgsql: Make PostgreSQL::Test::Cluster compatible with all live branches
Previous Message Peter Eisentraut 2022-03-31 07:43:47 Re: pgsql: Add 'basebackup_to_shell' contrib module.