pgsql: Invalidate PL/Python functions with composite type argument when - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Invalidate PL/Python functions with composite type argument when
Date
Msg-id E1PqoER-0001Bh-Ts@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Invalidate PL/Python functions with composite type argument when the
type changes.

The invalidation will cause the type information to be refetched, and
everything will work.

Jan Urbański, reviewed by Alex Hunsaker

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b05186f8a403c7dcd1bd974948273f8c00edb127

Modified Files
--------------
src/pl/plpython/expected/plpython_types.out   |   52 ++++++++++++++++
src/pl/plpython/expected/plpython_types_3.out |   52 ++++++++++++++++
src/pl/plpython/plpython.c                    |   78 ++++++++++++++++++++++++-
src/pl/plpython/sql/plpython_types.sql        |   43 ++++++++++++++
4 files changed, 223 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Initialize variable to quiet compiler.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Document that an SQL-standard-compliant query that expects a uni