PL/Python: Convert oid to long/int

Peter Eisentraut <peter_e@gmx.net>

Commit: db0af74af28663e060e8c5d6f8dd0927bb572f25
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-09-29T16:41:00Z
Releases: 9.3.0
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