Re: [Pgbuildfarm] buildfarm olinguito vs python

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [Pgbuildfarm] buildfarm olinguito vs python
Дата
Msg-id 455.1432691513@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [Pgbuildfarm] buildfarm olinguito vs python  ("Davin M. Potts" <davin@discontinuity.net>)
Список pgsql-hackers
"Davin M. Potts" <davin@discontinuity.net> writes:
> On Mon, May 25, 2015 at 04:37:11PM -0400, Tom Lane wrote:
>> I'm fairly sure that the errors were blatantly obvious, ie failure to
>> build or failure to pass even basic regression tests.  If you can tell
>> us that that configure check is inappropriate on modern openbsd, I'd
>> be happy to see it go.

> With Tom's bit of encouragement, I removed these four lines from the
> config/python.m4 file:
>   case $host_os in
>   openbsd*)
>     AC_MSG_ERROR([threaded Python not supported on this platform])
>     ;;
>   esac

> [ and it worked ]

Cool.

> Though I have only verified this against HEAD, if this change is made
> across all the active branches, we will see its impact on olinguito's
> buildfarm-builds of those branches too.  Or, I can walk through and
> manually test each branch if that's preferred?

I see no need for that; as you say, if it's somehow broken in a back
branch the buildfarm will soon tell us.  I will go remove that configure
check.
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: psql po translation update
Следующее
От: Robert Haas
Дата:
Сообщение: Re: RFC: Non-user-resettable SET SESSION AUTHORISATION