> I've worked with the Pl/Python code in the past and will see about removing

Bruce Momjian <bruce@momjian.us>

Commit: afb17d912b4cb39dc31346dbb1d4816d5d0d687c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-06-25T01:18:58Z
Releases: 7.4.1
> I've worked with the Pl/Python code in the past and will see about removing
> rexec and making it an untrusted language.  Last time I looked, it didn't
> look particularly difficult.  I've set aside some time next week, so stay
> tuned.

Attached is a patch that removes all of the RExec code from plpython from
the current PostgreSQL CVS.  In addition, plpython needs to be changed to an
untrusted language in createlang.  Please let me know if there are any
problems.

Kevin Jacobs

Files

PathChange+/−
src/pl/plpython/plpython.c modified +10 −236
src/pl/plpython/plpython_error.sql modified +2 −6
src/pl/plpython/plpython_function.sql modified +2 −27