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

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: E1bzJBP-0001AM-P2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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

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(-)

Browse pgsql-committers by date

  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