PL/Python: Remove workaround for returning booleans in Python <2.3
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpy_typeio.c | modified | +2 −8 |