pgsql: Fix inadequate error checking: you can't assume that - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix inadequate error checking: you can't assume that
Date
Msg-id 20050709015322.A2E3D52A3D@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix config file lexer to not barf if postgresql.conf ends with a
Next
From: Tatsuo Ishii
Date:
Subject: Re: PgFoundry mailings