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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Invalidate PL/Python functions with composite type argument when
Дата
Msg-id E1PqoER-0001Bh-Ts@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Initialize variable to quiet compiler.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Document that an SQL-standard-compliant query that expects a uni