[COMMITTERS] pgsql: Use Py_RETURN_NONE where suitable - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Use Py_RETURN_NONE where suitable
Date
Msg-id E1dy2Gx-00031e-CU@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids().
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Extend & revamp pg_bswap.h infrastructure.