pgsql: Use PyObject_New instead of PyObject_NEW - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use PyObject_New instead of PyObject_NEW
Date
Msg-id E1PfJor-0003BG-64@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Free plan values in the PLyPlanObject dealloc function
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Improve message for errors in compiling anonymous PL/Python bloc