Fix minor memory leak in PLy_typeinfo_dealloc().
We forgot to free the per-attribute array element descriptors.
Jan UrbaĆski
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/a14fa84693659c4c4a17204406945b29fae3d9c4
Modified Files
--------------
src/pl/plpython/plpy_typeio.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2012-03-13 19:26:56 |
| Subject: pgsql: Patch some corner-case bugs in pl/python. |
| Previous: | From: Tom Lane | Date: 2012-03-13 17:19:27 |
| Subject: pgsql: Create a stack of pl/python "execution contexts". |