I have attached the pltcl patch again, just in case. For the sake of clarity

Bruce Momjian <bruce@momjian.us>

Commit: b2c34e2bd1f48fe3aa1c9e5365e1eca9b0748b64
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-09-26T05:23:26Z
Releases: 7.3.1
I have attached the pltcl patch again, just in case. For the sake of clarity
let's say this patch superscedes the previous one.

I have also attached a patch addressing the similar memory leak problem in
plpython. This includes a slight adjustment of the tests in the source
directory. The patch also includes a cosmetic change to remove a compiler
warning although I think the change makes the code look worse though.

BTW, by my reckoning the memory leak would occur with prepared plans and
without. If that is not the case then I've been barking up the wrong tree.

Nigel J. Andrews

Files

PathChange+/−
src/pl/plpython/feature.expected modified +1 −1
src/pl/plpython/plpython.c modified +12 −1
src/pl/plpython/plpython_schema.sql modified +1 −1
src/pl/tcl/pltcl.c modified +11 −1