[COMMITTERS] pgsql: Use Py_RETURN_NONE where suitable

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Use Py_RETURN_NONE where suitable
Дата
Msg-id E1dy2Gx-00031e-CU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use Py_RETURN_NONE where suitable

This is more idiomatic style and available as of Python 2.4, which is
our minimum.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0008a106d4f84206a96fc1fb09a1e6b09f1627ec

Modified Files
--------------
src/pl/plpython/plpy_cursorobject.c  | 3 +--
src/pl/plpython/plpy_plpymodule.c    | 3 +--
src/pl/plpython/plpy_subxactobject.c | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids().
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Extend & revamp pg_bswap.h infrastructure.