• Tom Lane's avatar
    pltcl, plperl, and plpython all suffer the same bug previously fixed · 7748e9e7
    Tom Lane authored
    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?
    7748e9e7
plpython.c 61.7 KB