pgsql: Somebody seems to have thought they could get away without

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Somebody seems to have thought they could get away without
Date: 2009-06-11 16:14:18
Message-ID: 20090611161418.2F71875331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-06-11 17:25:39 pgsql: Fix things so that you can still do "select foo()" where foo is a
Previous Message Bruce Momjian 2009-06-11 14:49:15 pgsql: 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef