postgresql/src/pl
Peter Eisentraut c76a4f8dea Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr
This is reproducibly possible in Python 2.7 if the user turned
PendingDeprecationWarning into an error, but it's theoretically also possible
in earlier versions in case of exceptional conditions.

backpatched to 8.0
2010-08-25 19:37:56 +00:00
..
plperl Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
plpgsql Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. 2010-08-19 18:57:57 +00:00
plpython Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr 2010-08-25 19:37:56 +00:00
tcl Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00