[COMMITTERS] pgsql: Patch some corner-case bugs in pl/python.

2012-03-13 Thread Tom Lane
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 v

[COMMITTERS] pgsql: Patch some corner-case bugs in pl/python.

2012-03-13 Thread Tom Lane
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 v