Обсуждение: pgsql: Give a hint, when [] is incorrectly used for a composite type in

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)