Re: logistics for beta3 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: logistics for beta3
Date
Msg-id 1278444419.24375.1.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: logistics for beta3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes.
Next
From: Bruce Momjian
Date:
Subject: Re: logistics for beta3