Обсуждение: pgsql: Invalidate PL/Python functions with composite type argument when

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

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

От
Peter Eisentraut
Дата:
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(-)