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

Since plpgsql keeps its compiled function parsetrees until backend exit,

it needs to ensure that data structures attached to fmgr info records in
the trees will stick around that long, too.  Current code was crashing
on cases like datatypes with old-style I/O functions.
parent f10596c3
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