Thread: pgsql: Use PyObject_New instead of PyObject_NEW

pgsql: Use PyObject_New instead of PyObject_NEW

From
Peter Eisentraut
Date:
Use PyObject_New instead of PyObject_NEW

The latter is undocumented and the speed gain is negligible.

Jan Urbański

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d9a95c0adb11f7a3ca5aa9ab8a900018832ed4ea

Modified Files
--------------
src/pl/plpython/plpython.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)