pgsql: Fix plpython so that it again honors typmod while assigning to t

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix plpython so that it again honors typmod while assigning to t
Дата
Msg-id E1P5UQo-0002mC-49@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix plpython so that it again honors typmod while assigning to tuple fields.

This was broken in 9.0 while improving plpython's conversion behavior for
bytea and boolean.  Per bug report from maizi.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=09130e5867d49c72ef0f11bef30c5385d83bf194

Modified Files
--------------
src/pl/plpython/expected/plpython_trigger.out |   26 ++++++++++
src/pl/plpython/plpython.c                    |   62 +++++++++++--------------
src/pl/plpython/sql/plpython_trigger.sql      |   23 +++++++++
3 files changed, 76 insertions(+), 35 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix assorted bugs in GIN's WAL replay logic.
Следующее
От: mhasegawa@pgfoundry.org (User Mhasegawa)
Дата:
Сообщение: pgbulkload - pgbulkload: pg_bulkload 3.0 bata 2.