]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Patch some corner-case bugs in pl/python.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Mar 2012 19:26:36 +0000 (15:26 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Mar 2012 19:26:36 +0000 (15:26 -0400)
commit0cb4a0bfb80c7d75c745faf3597bed5c3f9a3c49
treea682bc666fa9e3c786df3bff5a598979cdead7b4
parent5a264d4aa09466746de6311e3728d094f01f325f
Patch some corner-case bugs in pl/python.

Dave Malcolm of Red Hat is working on a static code analysis tool for
Python-related C code.  It reported a number of problems in plpython,
most of which were failures to check for NULL results from object-creation
functions, so would only be an issue in very-low-memory situations.

Patch in HEAD and 9.1.  We could go further back but it's not clear that
these issues are important enough to justify the work.

Jan UrbaƄski
src/pl/plpython/plpython.c