]> granicus.if.org Git - postgresql/commit
Since plpgsql keeps its compiled function parsetrees until backend exit,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Apr 2001 02:06:48 +0000 (02:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Apr 2001 02:06:48 +0000 (02:06 +0000)
commita3ed622b63bb897e58b66e1e589113c6e6c45e80
tree7c490637ec44f5b6c5315e58925cde8b686d92de
parentf10596c3ecf1241132e8713aef2d169ca3c06b20
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.
src/pl/plpgsql/src/pl_comp.c