pgsql: PL/Python: Convert oid to long/int

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Python: Convert oid to long/int
Date: 2012-09-29 17:04:36
Message-ID: E1TI0Sy-00059l-PD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/db0af74af28663e060e8c5d6f8dd0927bb572f25

Modified Files
--------------
doc/src/sgml/plpython.sgml | 2 +-
src/pl/plpython/expected/plpython_types.out | 28 +++++++++++++++++++++++++
src/pl/plpython/expected/plpython_types_3.out | 28 +++++++++++++++++++++++++
src/pl/plpython/plpy_typeio.c | 10 +++++++++
src/pl/plpython/sql/plpython_types.sql | 10 +++++++++
5 files changed, 77 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-09-29 17:24:13 pgsql: Add _FORTIFY_SOURCE to default compiler options for linux templa
Previous Message Alvaro Herrera 2012-09-29 03:37:36 pgsql: Add alternative expected output for alter_generic