pgsql: Use PyObject_New instead of PyObject_NEW

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Use PyObject_New instead of PyObject_NEW
Дата
Msg-id E1PfJor-0003BG-64@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Free plan values in the PLyPlanObject dealloc function
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve message for errors in compiling anonymous PL/Python bloc