Add diagnostic output on error in pump_until
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 31 Mar 2022 09:16:16 +0000 (11:16 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 31 Mar 2022 09:16:16 +0000 (11:16 +0200)
commit2beb4acff1e83fef6766a5a7d5bbd952444a0b36
tree85cc0c9fdeb3a632d30f400161c357a18fcac492
parent8f2e2bbf145384784bad07a96d461c6bbd91f597
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
src/test/perl/PostgreSQL/Test/Utils.pm