Re: pgsql: Follow-up fixes for "Make all Perl warnings fatal"

2024-01-03 Thread Peter Eisentraut
On 02.01.24 15:49, Andrew Dunstan wrote: On 2023-12-29 Fr 17:56, Peter Eisentraut wrote: Follow-up fixes for "Make all Perl warnings fatal" Mostly, we need to check whether $ENV{PG_TEST_EXTRA} is set before doing regular expression matches against it. This reads a bit oddly to me. -elsif (

Re: pgsql: Follow-up fixes for "Make all Perl warnings fatal"

2024-01-02 Thread Andrew Dunstan
On 2023-12-29 Fr 17:56, Peter Eisentraut wrote: Follow-up fixes for "Make all Perl warnings fatal" Mostly, we need to check whether $ENV{PG_TEST_EXTRA} is set before doing regular expression matches against it. This reads a bit oddly to me. -elsif ($ENV{PG_TEST_EXTRA} !~ /\bkerberos\b/) +e

pgsql: Follow-up fixes for "Make all Perl warnings fatal"

2023-12-29 Thread Peter Eisentraut
Follow-up fixes for "Make all Perl warnings fatal" Mostly, we need to check whether $ENV{PG_TEST_EXTRA} is set before doing regular expression matches against it. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9d49837d7144e27ad8ea8918acb28f9872cb1585 Modified File