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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: PL/Python: Convert oid to long/int
Дата
Msg-id E1TI0Sy-00059l-PD@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add alternative expected output for alter_generic
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: PL/Python: Remove workaround for returning booleans in Python <2