postgresql/src/pl
Tom Lane 4a67565b37 Fix within-function memory leaks in the various PLs' interfaces to
SPI_prepare: they all save the prepared plan into topCxt, and so the
procCxt copy that's actually returned by SPI_prepare ought to be freed.
Diagnosis and plpython fix by Nigel Andrews, followup for other PLs
by Tom Lane.
2002-10-19 22:10:58 +00:00
..
plperl Make 'dummy' declarations in header files be 'extern int no_such_variable' 2002-10-18 20:33:57 +00:00
plpgsql Fix within-function memory leaks in the various PLs' interfaces to 2002-10-19 22:10:58 +00:00
plpython Fix within-function memory leaks in the various PLs' interfaces to 2002-10-19 22:10:58 +00:00
tcl Fix within-function memory leaks in the various PLs' interfaces to 2002-10-19 22:10:58 +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