Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0920c29c8054c946a971ce7e137d93eeee6e0ef3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-04-30T19:16:19Z
Releases: 8.0.25
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.

Files

PathChange+/−
src/pl/plpython/plpython.c modified +7 −6