PL/Python: Convert oid to long/int
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpython.sgml | modified | +1 −1 |
| src/pl/plpython/expected/plpython_types_3.out | modified | +28 −0 |
| src/pl/plpython/expected/plpython_types.out | modified | +28 −0 |
| src/pl/plpython/plpy_typeio.c | modified | +10 −0 |
| src/pl/plpython/sql/plpython_types.sql | modified | +10 −0 |