PL/Python: Remove workaround for returning booleans in Python <2.3

Peter Eisentraut <peter_e@gmx.net>

Commit: be0dfbad3671ed2503a2a661e70b48c5b364e069
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-09-29T16:55:42Z
Releases: 9.3.0
PL/Python: Remove workaround for returning booleans in Python <2.3

Since Python 2.2 is no longer supported, we can now use Py_RETURN_TRUE
and Py_RETURN_FALSE instead of the old workaround.

Files

PathChange+/−
src/pl/plpython/plpy_typeio.c modified +2 −8