Re: testing plpython3u on 9.0beta2 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: testing plpython3u on 9.0beta2
Date
Msg-id 7142.1277772335@sss.pgh.pa.us
Whole thread Raw
In response to Re: testing plpython3u on 9.0beta2  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Why are we using RTLD_GLOBAL?

Some guy named Eisentraut wanted it for plpython:
http://archives.postgresql.org/pgsql-hackers/2001-05/msg00563.php
http://archives.postgresql.org/pgsql-committers/2001-05/msg00283.php

Possibly that no longer applies, though.  In general it seems like
our usage of loadable modules treats them all as independent objects,
so that not using RTLD_GLOBAL would be a more sensible policy.  If it
won't break any of the existing PLs then I'm fine with removing it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Keepalives win32
Next
From: KaiGai Kohei
Date:
Subject: Re: get_whatever_oid, part 1: object types with unqualifed names