Re: PL/php in pg_pltemplate

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: PL/php in pg_pltemplate
Дата
Msg-id 1262.69.245.167.107.1133020527.squirrel@www.dunslane.net
обсуждение исходный текст
Ответ на Re: PL/php in pg_pltemplate  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: PL/php in pg_pltemplate  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: PL/php in pg_pltemplate  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Joshua D. Drake said:
>
>> The build order would be:
>>
>> 1. postgresql
>> 2. php
>> 3. plphp
>>
>> There is not circular build dependency there.
>
> Not only that, plphp does not require the building of php. It can link
> directly to the .so file :)
>


This makes no sense. Where do you get the .so file and the headers you will
undoubtedly also need?

Also, having to put php in the middle of this sequence is ugly, to say the
least.

I'll be curious to see how we are going to have to manage a build system
like this with buildfarm - it sounds like it will make life more
complicated, but maybe it will work. Certainly it will make us have to use
more conditional logic.

cheers

andrew




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: SHOW ALL output too wide
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: PL/php in pg_pltemplate