Re: killing perl2host

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: killing perl2host
Дата
Msg-id 20220217181016.7aaqsyrapu3qik4h@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: killing perl2host  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: killing perl2host  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 2022-02-17 13:08:01 -0500, Andrew Dunstan wrote:
> >> perhaps something like:
> >>
> >>
> >>     my $msystem = $ENV{MSYSTEM} || 'undef';
> >>
> >>     die "incompatible perl" if $Config{osname} eq 'msys' && $msystem ne
> >> 'MSYS';
> > Why tests MSYSTEM instead of $host_os?

> Is that available in check_modules.pl? AFAICT it's an unexported shell
> variable.

No, but it could just be passed to it? Or the test just implemented in
configure, as I suggested.

Greetings,

Andres Freund



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Time to drop plpython2?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Nonrandom scanned_pages distorts pg_class.reltuples set by VACUUM