Thread: pgsql: Revert "PL/Python: Fix potential NULL pointer dereference"

pgsql: Revert "PL/Python: Fix potential NULL pointer dereference"

From
Peter Eisentraut
Date:
Revert "PL/Python: Fix potential NULL pointer dereference"

This reverts commit e42e2f38907681c48c43f49c5ec9f9f41a9aa9a5.

It's not safe to return in the middle of a PG_TRY block, so this will
have to be done differently.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62546b4357f2aec46bb896fdbddfc0904a2d7920

Modified Files
--------------
src/pl/plpython/plpy_spi.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)