Re: [COMMITTERS] pgsql: Add note that using PL/Python 2 and 3 in the same session will
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2010-07-06T21:54:16Z
Lists: pgsql-hackers
On tis, 2010-07-06 at 17:49 -0400, Tom Lane wrote: > petere@postgresql.org (Peter Eisentraut) writes: > > Log Message: > > ----------- > > Add note that using PL/Python 2 and 3 in the same session will probably crash > > Crash? I can see people regarding that as a security problem. Maybe we > need to do something more pro-active to prevent such conflicts? I don't see how. Loading any module that uses the same symbols as another already loaded modules can cause the same problem.