Re: Fix memleaks and error handling in jsonb_plpython

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Nikita Glukhov <n.gluhov@postgrespro.ru>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2019-04-07T01:58:03Z
Lists: pgsql-hackers
On Sat, Apr 06, 2019 at 05:56:24PM -0400, Tom Lane wrote:
> This patch had bit-rotted due to somebody else fooling with the
> volatile-qualifiers situation.  I fixed it up, tweaked a couple of
> things, and pushed it.

Thanks, Tom!
--
Michael

Commits

  1. Avoid Python memory leaks in hstore_plpython and jsonb_plpython.