https://github.com/postgres/postgres
Revision 0920c29c8054c946a971ce7e137d93eeee6e0ef3 authored by Tom Lane on 30 April 2010, 19:16:19 UTC, committed by Tom Lane on 30 April 2010, 19:16:19 UTC
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.
1 parent 7c853ee
History
Tip revision: 0920c29c8054c946a971ce7e137d93eeee6e0ef3 authored by Tom Lane on 30 April 2010, 19:16:19 UTC
Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
Tip revision: 0920c29
File Mode Size
config
contrib
doc
src
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 1.4 KB
README -rw-r--r-- 1.3 KB
README.CVS -rw-r--r-- 767 bytes
aclocal.m4 -rw-r--r-- 445 bytes
configure -rwxr-xr-x 557.9 KB
configure.in -rw-r--r-- 42.3 KB

README

back to top