From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Give a hint, when [] is incorrectly used for a composite type in |
Date: | 2016-10-26 08:03:35 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)mail(dot)gmail(dot)com>
Branch
------
master
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2016-10-26 08:15:08 | pgsql: Fix typos in comments. |
Previous Message | pgsql | 2016-10-25 22:08:15 | pgsql: Tag refs/tags/REL9_2_19 was created |