On mån, 2010-07-05 at 11:01 -0400, Tom Lane wrote:
> Peter was suggesting that if we *stopped* using RTLD_GLOBAL then it
> might be possible to use plpython2 and plpython3 concurrently in one
> backend.  After looking at the archives I'm not convinced that's
> workable --- it sounds like not using RTLD_GLOBAL would have the
> effect of breaking Python's extension scheme altogether.

Yeah, plpython regression tests fail of you change RTLD_GLOBAL to
RTLD_LOCAL.

I will make a note in the documentation that using plpython2 and 3
together doesn't work.


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to