postgresql/src/pl
Noah Misch 4651e37cb1 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:48:54 -05:00
..
plperl Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
plpgsql Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables. 2015-02-25 23:48:54 -05:00
plpython Translation updates 2015-02-01 23:08:39 -05:00
tcl Fix volatile-safety issue in pltcl_SPI_execute_plan(). 2015-01-26 12:18:41 -05:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00