pgsql: Give a hint, when [] is incorrectly used for a composite type in

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Give a hint, when [] is incorrectly used for a composite type in
Дата
Msg-id E1bzJBP-0001AM-P2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Give a hint, when [] is incorrectly used for a composite type in array.

That used to be accepted, so let's try to give a hint to users on why
their PL/python functions no longer work.

Reviewed by Pavel Stehule.

Discussion: <CAH38_tmbqwaUyKs9yagyRra=SMaT45FPBxk1pmTYcM0TyXGG7Q@mail.gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/510e1b8ecf2a6f0d91d50f41f6b7fd75242273a0

Modified Files
--------------
src/pl/plpython/expected/plpython_composite.out |  13 +++
src/pl/plpython/plpy_cursorobject.c             |   3 +-
src/pl/plpython/plpy_exec.c                     |   7 +-
src/pl/plpython/plpy_spi.c                      |   3 +-
src/pl/plpython/plpy_typeio.c                   | 116 ++++++++++++++++++------
src/pl/plpython/plpy_typeio.h                   |  17 +++-
src/pl/plpython/sql/plpython_composite.sql      |   9 ++
7 files changed, 129 insertions(+), 39 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Support multi-dimensional arrays in PL/python.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix typos in comments.