pgsql: Add diagnostic output on error in pump_until

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Add diagnostic output on error in pump_until
Дата
Msg-id E1nZr48-0008HQ-De@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Allow root-owned SSL private keys in libpq, not only the backend
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Make PostgreSQL::Test::Cluster compatible with all live branches