mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
9e360f0e83
Fix some places where we might fail to do Py_DECREF() on a Python object (thereby leaking it for the rest of the session). Almost all of the risks were in error-recovery paths, which we don't really expect to hit anyway. Hence, while this is definitely a bug fix, it doesn't quite seem worth back-patching. Nikita Glukhov, Michael Paquier, Tom Lane Discussion: https://postgr.es/m/28053a7d-10d8-fc23-b05c-b4749c873f63@postgrespro.ru |
||
---|---|---|
.. | ||
expected | ||
sql | ||
.gitignore | ||
jsonb_plpython2u--1.0.sql | ||
jsonb_plpython2u.control | ||
jsonb_plpython3u--1.0.sql | ||
jsonb_plpython3u.control | ||
jsonb_plpython.c | ||
jsonb_plpythonu--1.0.sql | ||
jsonb_plpythonu.control | ||
Makefile |