postgresql/src/pl
Tom Lane b1bc2f0425 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
memory if the result had zero rows, and also if there was any sort of error
while converting the result tuples into Python data.  Reported and partially
fixed by Andres Freund.

Back-patch to all supported versions.  Note: I haven't tested the 7.4 fix.
7.4's configure check for python is so obsolete it doesn't work on my
current machines :-(.  The logic change is pretty straightforward though.
2010-04-30 19:15:45 +00:00
..
plperl Fix bogus order of cleanup steps in plperl_inline_handler. 2010-04-18 19:16:06 +00:00
plpgsql Fix plpgsql's exec_eval_expr() to ensure it returns a sane type OID 2010-04-14 23:52:10 +00:00
plpython Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 2010-04-30 19:15:45 +00:00
tcl pgindent run for 9.0 2010-02-26 02:01:40 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00