Re: plperl on windows

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: plperl on windows
Дата
Msg-id 20211004220213.dxj5k7ljdoalzuxq@alap3.anarazel.de
обсуждение исходный текст
Ответ на plperl on windows  (Andres Freund <andres@anarazel.de>)
Ответы Re: plperl on windows  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Hi,

On 2021-10-04 14:38:16 -0700, Andres Freund wrote:
> 2) For some reason src/tools/install.pl doesn't install plperl[u].control,
>    plperl[u]--1.0.sql - But apparently the buildfarm doesn't have that issue,
>    because drongo successfully ran the plperl tests?

Oh, figured that one out: Install.pm checks the current directory for
config.pl - but my invocation was from the source tree root (which is
supported for most things). Because of that it skipped installing plperl, as
it though it wasn't installed.

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: plperl on windows
Следующее
От: David Rowley
Дата:
Сообщение: Re: Use simplehash.h instead of dynahash in SMgr