Обсуждение: 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.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_exec.c (r1.158 -> r1.159)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.158&r2=1.159)