postgresql/src/pl
Noah Misch 034d05dbdf Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.
"RETURN SQLERRM" prompted plpgsql_exec_function() to read from freed
memory.  Back-patch to 9.0 (all supported versions).  Little code ran
between the premature free and the read, so non-assert builds are
unlikely to witness user-visible consequences.
2015-02-25 23:49:02 -05:00
..
plperl Translation updates 2014-07-21 00:58:58 -04:00
plpgsql Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables. 2015-02-25 23:49:02 -05:00
plpython Translation updates 2015-02-01 22:57:55 -05:00
tcl Fix volatile-safety issue in pltcl_SPI_execute_plan(). 2015-01-26 12:18:50 -05:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:27 -04:00