pgsql: Use croak instead of die in Perl code when appropriate

2020-10-22 Thread Peter Eisentraut
Use croak instead of die in Perl code when appropriate Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f8721bd752790859df747905bc44fb5ad8dbf07d Modified Files -- src/test/perl/TestLib.pm | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-)

pgsql: Use croak instead of die in Perl code when appropriate

2018-02-24 Thread Peter Eisentraut
Use croak instead of die in Perl code when appropriate Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/fde03e8b559d0e00bf4acd8cea3bb49411099c34 Modified Files -- src/backend/utils/mb/Unicode/convutils.pm | 5 +++-- src/bin/pg_rewind/RewindTest.pm