Re: killing perl2host

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: killing perl2host
Дата
Msg-id 20220217021752.r5qua44qeq22lbwt@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: killing perl2host  (Andres Freund <andres@anarazel.de>)
Ответы Re: killing perl2host
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq async duplicate error results
Следующее
От: Kasahara Tatsuhito
Дата:
Сообщение: Re: Small and unaffected typo in pg_logical_slot_get_changes_guts()