Re: Fix for segfault in plpython's exception handling
Rafa de la Torre <rafael.delatorre.vega@gmail.com>
From: Rafa de la Torre <rafael.delatorre.vega@gmail.com>
To: pgsql-hackers@postgresql.org
Cc: Rafa de la Torre <rafael.delatorre.vega@gmail.com>
Date: 2016-12-12T11:35:08Z
Lists: pgsql-hackers
For the record: I tested the patch by Tom Lane in our setup (python 2.7.3-0ubuntu3.8) and works like a charm. https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=9cda81f0056ca488dbd6cded64db1238aed816b2 Also in 9.5 and 9.6 series. My request in commitfest queue can be closed. Cheers!
Commits
-
Be more careful about Python refcounts while creating exception objects.
- cea6de20b356 9.3.16 landed
- b90f2247e1fc 9.6.2 landed
- 9cda81f0056c 10.0 landed
- 981885d1777e 9.2.20 landed
- 13a4b37b9806 9.4.11 landed
- 00858728fd71 9.5.6 landed