PL/Python: Convert oid to long/int
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 29 Sep 2012 16:41:00 +0000 (12:41 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 29 Sep 2012 16:41:00 +0000 (12:41 -0400)
commitdb0af74af28663e060e8c5d6f8dd0927bb572f25
tree287e081f159932b11bcca1be30feca96dca833f4
parent811ca1300bf8eb50ff1a84082619ba770126cdc9
PL/Python: Convert oid to long/int

oid is a numeric type, so transform it to the appropriate Python
numeric type like the other ones.
doc/src/sgml/plpython.sgml
src/pl/plpython/expected/plpython_types.out
src/pl/plpython/expected/plpython_types_3.out
src/pl/plpython/plpy_typeio.c
src/pl/plpython/sql/plpython_types.sql