pgsql: Invalidate PL/Python functions with composite type argument when

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Invalidate PL/Python functions with composite type argument when
Date: 2011-02-19 14:56:23
Message-ID: E1PqoER-0001Bh-Ts@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-19 23:21:37 pgsql: Document that an SQL-standard-compliant query that expects a uni
Previous Message Bruce Momjian 2011-02-19 13:14:57 pgsql: Initialize variable to quiet compiler.