git.postgresql.org Git - postgresql.git/commit
2006年2月20日 20:10:37 +0000 (20:10 +0000)
2006年2月20日 20:10:37 +0000 (20:10 +0000)
commit 45594a685928065ca8964e4fd80e361d2892dc34
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.
This is the main PostgreSQL git repository.
RSS
Atom