Обсуждение: pgsql: Fix inadequate error checking: you can't assume that

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

pgsql: Fix inadequate error checking: you can't assume that

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix inadequate error checking: you can't assume that fcinfo->resultinfo
is a ReturnSetInfo unless you've tested it with IsA.

Modified Files:
--------------
    pgsql/contrib/tablefunc:
        tablefunc.c (r1.36 -> r1.37)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c.diff?r1=1.36&r2=1.37)
    pgsql/contrib/xml2:
        xpath.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c.diff?r1=1.6&r2=1.7)