Skip to content
Snippets Groups Projects
Commit 7748e9e7 authored by Tom Lane's avatar Tom Lane
Browse files

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?
parent 7c0c9b3c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment