]> granicus.if.org Git - postgresql/commit
pltcl, plperl, and plpython all suffer the same bug previously fixed
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Jun 2001 18:17:44 +0000 (18:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Jun 2001 18:17:44 +0000 (18:17 +0000)
commit7748e9e7e5aef280bea4e204017e8ac7dca14177
treec94b09506f0f27aa9ccb525678890605c9945900
parent7c0c9b3ccec4718c1c7cef7b5282fd56b727d965
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?
src/pl/plperl/plperl.c
src/pl/plpython/plpython.c
src/pl/tcl/pltcl.c