diff options
author | Neil Conway <neilc@samurai.com> | 2006-02-20 20:10:45 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2006-02-20 20:10:45 +0000 |
commit | bf578aedca91ac3011e22b04e59243abc73f64f6 (patch) | |
tree | ba3e8a3b67a7f6739a2ecc9a7acca00ac694c385 /contrib/intarray/_int_gist.c | |
parent | ac2172d6f6fa76dd93ec21d6e1749b9dd091fe13 (diff) | |
download | postgresql-bf578aedca91ac3011e22b04e59243abc73f64f6.tar.gz postgresql-bf578aedca91ac3011e22b04e59243abc73f64f6.zip |
Fix three Python reference leaks in PLy_traceback(). This would result
in leaking memory when invoking a PL/Python procedure that raises an
exception. Unfortunately this still leaks memory, but at least the
largest leak has been plugged.
This patch also fixes a reference counting mistake in PLy_modify_tuple()
for 8.0, 8.1 and HEAD: we don't actually own a reference to `platt', so
we shouldn't Py_DECREF() it.
Diffstat (limited to 'contrib/intarray/_int_gist.c')
0 files changed, 0 insertions, 0 deletions