pgsql: Add a regression test case for plpython function returning setof

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add a regression test case for plpython function returning setof
Дата
Msg-id E1VqsBL-000313-Um@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a regression test case for plpython function returning setof RECORD.

We had coverage for functions returning setof a named composite type,
but not for anonymous records, which is a somewhat different code path.
In view of recent crash report from Sergey Konoplev, this seems worth
testing, though I doubt there's any deterministic bug here today.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6bff0e7d92133d50c064d9f652f538891873aa32

Modified Files
--------------
src/pl/plpython/expected/plpython_setof.out |   36 +++++++++++++++++++++++++--
src/pl/plpython/sql/plpython_setof.sql      |   15 ++++++++---
2 files changed, 46 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Regression tests for SCHEMA commands
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove bogus executable permissions on xlog.c.