aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-04-30 19:15:45 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-04-30 19:15:45 +0000
commitb1bc2f042523e1d192a924484d6a83b7cb6d7465 (patch)
treecefd5b00f02feff557ce3a32c60788c83368b6a2 /src/backend/access/transam/xlog.c
parent09543580471182ecab3b73c982485397edabbce2 (diff)
downloadpostgresql-b1bc2f042523e1d192a924484d6a83b7cb6d7465.tar.gz
postgresql-b1bc2f042523e1d192a924484d6a83b7cb6d7465.zip
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.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions