Re: killing perl2host - Mailing list pgsql-hackers

From Andres Freund
Subject Re: killing perl2host
Date
Msg-id 20220217021752.r5qua44qeq22lbwt@alap3.anarazel.de
Whole thread Raw
In response to Re: killing perl2host  (Andres Freund <andres@anarazel.de>)
Responses Re: killing perl2host  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Hi,

On 2022-02-16 14:42:30 -0800, Andres Freund wrote:
> On February 16, 2022 1:10:35 PM PST, Andrew Dunstan <andrew@dunslane.net> wrote:
> >So something like this in Utils.pm:
> >
> >
> >die "Msys targeted perl is unsupported for running TAP tests" if
> >$Config{osname}eq 'msys';
> 
> I don't think we should reject msys general - it's fine as long as the target is msys, no? Msys includes postgres
fwiw...

I think this means we should do the msys test in configure, inside

if test "$enable_tap_tests" = yes; then

and verify that $host_os != msys.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq async duplicate error results
Next
From: Kasahara Tatsuhito
Date:
Subject: Re: Small and unaffected typo in pg_logical_slot_get_changes_guts()