pgsql: Use PyObject_New instead of PyObject_NEW

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use PyObject_New instead of PyObject_NEW
Date: 2011-01-18 22:14:29
Message-ID: E1PfJor-0003BG-64@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Masao_fujii 2011-01-19 07:55:23 pgbulkload - pgbulkload: Fix some typos in Japanese document.
Previous Message Bruce Momjian 2011-01-18 20:53:57 pgsql: In test_fsync, adjust test headings to match wal_sync_method val