Re: [Pgbuildfarm] buildfarm olinguito vs python

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [Pgbuildfarm] buildfarm olinguito vs python
Дата
Msg-id 55637964.8020902@dunslane.net
обсуждение исходный текст
Ответы Re: [Pgbuildfarm] buildfarm olinguito vs python  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 05/25/2015 12:38 PM, Davin M. Potts wrote:
> At Alvaro's suggestion, I'm forwarding my questions (see email thread
> further below) to this list.
>
> In short, building of PL/Python has been disabled on OpenBSD since 2005.
> The errors seen at the time (on OpenBSD and FreeBSD, both) may or may
> not still be an issue with modern builds of Python.  Can someone point
> me to examples of how these errors manifested themselves?  Has Peter
> Eisentraut or others poked at this recently enough to tell me this is
> not worth chasing down?
>
>
> Thanks for any and all pointers.


I'm inclined just to remove this in config/python.m4 and see what happens:
   case $host_os in      openbsd*)        AC_MSG_ERROR([threaded Python not supported on this platform])        ;;
esac

cheers

andrew




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Run pgindent now?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Missing importing option of postgres_fdw