pgsql-server/src/pl/plpython plpython.c plpyth ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/pl/plpython plpython.c plpyth ...
Date: 2003-06-25 01:18:58
Message-ID: 20030625011858.9B23330F6B9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/06/24 22:18:58

Modified files:
src/pl/plpython: plpython.c plpython_error.sql
plpython_function.sql

Log message:
> 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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-06-25 01:19:47 pgsql-server/src backend/libpq/auth.c interfac ...
Previous Message Bruce Momjian 2003-06-25 01:17:44 pgsql-server/contrib/rserv RServ.pm Replicate.in