Somebody seems to have thought they could get away without checking for

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 772a074d4a89153231467cccd2e49400bbde9f6c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-06-11T16:14:18Z
Releases: 8.4.0
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.

Files

PathChange+/−
src/backend/foreign/foreign.c modified +3 −2