]> granicus.if.org Git - postgresql/commit
PL/Python: Remove workaround for returning booleans in Python <2.3
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 29 Sep 2012 16:55:42 +0000 (12:55 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 29 Sep 2012 16:55:42 +0000 (12:55 -0400)
commitbe0dfbad3671ed2503a2a661e70b48c5b364e069
tree698d636f15fe2305fefd45ece176d189105e2649
parentdb0af74af28663e060e8c5d6f8dd0927bb572f25
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.
src/pl/plpython/plpy_typeio.c