pgsql: Revert "PL/Python: Fix potential NULL pointer dereference" - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Revert "PL/Python: Fix potential NULL pointer dereference"
Date
Msg-id E1eJl3K-0005ZX-D1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: PL/Python: Fix potential NULL pointer dereference
Next
From: Robert Haas
Date:
Subject: pgsql: If a range-partitioned table has no default partition,reject nu