Обсуждение: pgsql: Add checks to verify that a plpgsql function returning a rowtype

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

pgsql: Add checks to verify that a plpgsql function returning a rowtype

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Add checks to verify that a plpgsql function returning a rowtype is actually
returning the rowtype it's supposed to return.  Per reports from David Niblett
and Michael Fuhr.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_exec.c (r1.154.2.1 -> r1.154.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.154.2.1&r2=1.154.2.2)