Re: pgsql: Make all Perl warnings fatal - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Make all Perl warnings fatal
Date
Msg-id 3261739.1703889716@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Make all Perl warnings fatal  (Alexander Korotkov <aekorotkov@gmail.com>)
Responses Re: pgsql: Make all Perl warnings fatal
List pgsql-committers
Alexander Korotkov <aekorotkov@gmail.com> writes:
> On Fri, Dec 29, 2023 at 10:13 PM Jeff Davis <pgsql@j-davis.com> wrote:
>> This seems to be causing problems in the buildfarm:
>> Use of uninitialized value $ENV{"PG_TEST_EXTRA"} in pattern match
>> (m//) at t/001_mutated_bindpasswd.pl line 23.

> It seems to cause failures for many buildfarm machines.

Presumably, exactly the ones that don't set PG_TEST_EXTRA :-(.
Peter would not have noticed this if he keeps that set in his
test environment.

The fix looks simple enough, although a bit tedious because there
are a bunch of places to change.  I can have a go at it if no-one
else is already on it?

            regards, tom lane



pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Make all Perl warnings fatal
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Follow-up fixes for "Make all Perl warnings fatal"