pgsql/src/pl plperl/plperl.c plpython/plpython ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/pl plperl/plperl.c plpython/plpython ...
Date: 2001-06-01 18:17:45
Message-ID: 200106011817.f51IHjq57092@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/01 14:17:44

Modified files:
src/pl/plperl : plperl.c
src/pl/plpython: plpython.c
src/pl/tcl : pltcl.c

Log message:
pltcl, plperl, and plpython all suffer the same bug previously fixed
in plpgsql: they fail for datatypes that have old-style I/O functions
due to caching FmgrInfo structs with wrong fn_mcxt lifetime.

Although the plpython fix seems straightforward, I can't check it here
since I don't have Python installed --- would someone check it?

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-06-01 19:43:55 pgsql/src/backend/executor spi.c
Previous Message Tom Lane 2001-06-01 17:49:17 pgsql/src backend/utils/adt/varchar.c test/reg ...