]> granicus.if.org Git - postgresql/commit
Use Py_RETURN_NONE where suitable
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 29 Sep 2017 20:50:01 +0000 (16:50 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 29 Sep 2017 20:51:39 +0000 (16:51 -0400)
commit0008a106d4f84206a96fc1fb09a1e6b09f1627ec
tree8d6f2a3465e231550af4d17a00f80f6d5631a705
parent19de0ab23ccba12567c18640f00b49f01471018d
Use Py_RETURN_NONE where suitable

This is more idiomatic style and available as of Python 2.4, which is
our minimum.
src/pl/plpython/plpy_cursorobject.c
src/pl/plpython/plpy_plpymodule.c
src/pl/plpython/plpy_subxactobject.c