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

Peter Eisentraut <peter_e@gmx.net>

Commit: 7e938e3c56590899bcfa587ad0220869cb9be951
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-01-05T13:50:58Z
Releases: 9.3.0
Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"

This reverts commit be0dfbad3671ed2503a2a661e70b48c5b364e069.

The previous information that Py_RETURN_TRUE and Py_RETURN_FALSE are
supported in Python 2.3 is wrong.  They require Python 2.4.  Update the
comment about that.

Files

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