summaryrefslogtreecommitdiff
path: root/src/tutorial/funcs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-04-30 19:16:27 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-04-30 19:16:27 +0000
commit25681e0a19c4df969c125a21e998253115535433 (patch)
treebd076452df6de167cfd747fe9399eba770d78cd2 /src/tutorial/funcs.c
parentf9f0683593c190481e5aa692cf2e58d2bed12cf7 (diff)
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/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions