Re: pthread stack on FreeBSD WAS: HEAD doesn't cope with libraries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pthread stack on FreeBSD WAS: HEAD doesn't cope with libraries
Date
Msg-id 24104.1123882682@sss.pgh.pa.us
Whole thread Raw
In response to Re: pthread stack on FreeBSD WAS: HEAD doesn't cope with libraries  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Patch applied.  Thanks.  If we made plpython worse, we will hear about
> it soon enough.

You did, and you're hearing about it.  Please revert the
plpython/Makefile change; it is certainly wrong for every other
platform.  What's more, it's unnecessary given the port makefile
change --- if you have allow_nonpic_in_shlib, it doesn't matter
whether shared_libpython gets set.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: DROP OWNED BY
Next
From: Tom Lane
Date:
Subject: Re: Race conditions, race conditions!