"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