postgresql/src/pl
Tom Lane 7966b41ded Further fix thinko in plpgsql memory leak fix.
There's a second call of get_eval_mcontext() that should also be
get_stmt_mcontext().  This is actually dead code, since no
interesting allocations happen before switching back to the
original context, but we should keep it in sync with the other
call to forestall possible future bugs.

Discussion: https://postgr.es/m/f075f7be-c654-9aa8-3ffc-e9214622f02a@enterprisedb.com
2020-12-28 11:55:41 -05:00
..
plperl Translation updates 2020-11-09 12:39:47 +01:00
plpgsql Further fix thinko in plpgsql memory leak fix. 2020-12-28 11:55:41 -05:00
plpython Translation updates 2020-11-09 12:39:47 +01:00
tcl Translation updates 2020-11-09 12:39:47 +01:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00