pgsql: Somebody seems to have thought they could get away without - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Somebody seems to have thought they could get away without
Date
Msg-id 20090611161418.2F71875331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Somebody seems to have thought they could get away without checking for
rsinfo->expectedDesc == NULL in deflist_to_tuplestore(), but that doesn't
look very safe to me.  Noted in passing while studying problem report
from Greg Davidson.

Modified Files:
--------------
    pgsql/src/backend/foreign:
        foreign.c (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/foreign/foreign.c?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix things so that you can still do "select foo()" where foo is a