aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_clause.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-04-30 19:16:19 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-04-30 19:16:19 +0000
commit0920c29c8054c946a971ce7e137d93eeee6e0ef3 (patch)
treeb5eaef35ae336b9fc14faae569042fd0c635f8d6 /src/backend/parser/parse_clause.c
parent7c853eedfed4b685320c19847d663475057361ee (diff)
downloadpostgresql-0920c29c8054c946a971ce7e137d93eeee6e0ef3.tar.gz
postgresql-0920c29c8054c946a971ce7e137d93eeee6e0ef3.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/parser/parse_clause.c')
0 files changed, 0 insertions, 0 deletions