postgresql/src/pl/plpython
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
..
expected Use data-type specific conversion functions also in plpy.execute 2010-03-18 13:23:57 +00:00
po Translation updates for 9.0alpha4 2010-02-19 00:40:05 +00:00
sql Use data-type specific conversion functions also in plpy.execute 2010-03-18 13:23:57 +00:00
Makefile PL/Python DO handler 2010-01-22 15:45:15 +00:00
nls.mk Translations update for 8.5alpha2 2009-10-20 18:23:27 +00:00
plpython.c Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 2010-04-30 19:15:45 +00:00