On 29.12.23 23:41, Tom Lane wrote:
Alexander Korotkov <aekorot...@gmail.com> writes:
On Fri, Dec 29, 2023 at 10:13 PM Jeff Davis <pg...@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?
I was already on it. It looks like it's okay now.