]> granicus.if.org Git - postgresql/commit
Clean up various memory leaks within plpgsql, and re-enable the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Aug 2001 21:31:23 +0000 (21:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Aug 2001 21:31:23 +0000 (21:31 +0000)
commit42fbb6dbe78f4f16cd8e5492529c6766cde5845d
tree3cf09d42b52078bfb43d6daf08a00f26a77884b9
parentf59f3c88994063f2199f04853447510fd44c3635
Clean up various memory leaks within plpgsql, and re-enable the
exec_eval_simple_expr shortcut, which was diked out in 7.1 because it
leaked too much space.  CVS tip now leaks no memory in Chris Ruprecht's
example, which formerly leaked to the tune of 500 MB.  (Much of this
is work that Jan already did; this commit just cleans up around the
edges.)
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/plpgsql.h