postgresql/src/pl
Neil Conway 11b3472672 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.
2006-02-20 20:10:48 +00:00
..
plperl Back-patch 8.0 version of plperl_hash_from_tuple() into prior releases 2005-01-26 17:09:28 +00:00
plpgsql plpgsql's exec_assign_value() freed the old value of a variable before 2005-06-20 20:45:06 +00:00
plpython Fix three Python reference leaks in PLy_traceback(). This would result 2006-02-20 20:10:48 +00:00
tcl Support for qualified type names in PL/Tcl's spi_prepare command. 2003-10-30 02:00:44 +00:00
Makefile Turn on plpython build by default if we have something that looks like a 2001-08-27 00:29:49 +00:00