postgresql/src/pl
Tom Lane d20f503a28 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:16:04 +00:00
..
plperl Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ensuring we can build older branches with modern Perl installations. 2010-04-03 17:54:26 +00:00
plpgsql Don't choke when exec_move_row assigns a synthesized null to a column 2010-02-12 19:38:00 +00:00
plpython Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 2010-04-30 19:16:04 +00:00
tcl Apply Tcl_Init() to the "hold" interpreter created by pltcl. 2010-01-25 01:58:33 +00:00
Makefile Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00