pgsql: Use PyObject_New instead of PyObject_NEW

Started by Peter Eisentrautover 15 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)