Somebody seems to have thought they could get away without checking for
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Jun 2009 16:14:18 +0000 (16:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Jun 2009 16:14:18 +0000 (16:14 +0000)
commit772a074d4a89153231467cccd2e49400bbde9f6c
tree2bac72a37a9f45ac7dcb22116541bc31851fcd8c
parentd7471402794266078953f1bd113dab4913d631a1
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.
src/backend/foreign/foreign.c