Re: killing perl2host

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: killing perl2host
Date: 2022-02-17 02:17:52
Message-ID: 20220217021752.r5qua44qeq22lbwt@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)dunslane(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kasahara Tatsuhito 2022-02-17 02:26:13 Re: Small and unaffected typo in pg_logical_slot_get_changes_guts()
Previous Message Andres Freund 2022-02-17 02:14:44 Re: Race conditions in 019_replslot_limit.pl