]> granicus.if.org Git - postgresql/commit
Make ExecEvalFieldSelect throw a more intelligible error if it's asked to
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Jan 2010 20:46:19 +0000 (20:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Jan 2010 20:46:19 +0000 (20:46 +0000)
commit85113bcf5a80fee58ec5678a136a33fe82a8401e
treebd12ac61e9584652cee080bc138dc08ec9b64951
parent42edbd16fbfa95883b6c8449c9e567500514381c
Make ExecEvalFieldSelect throw a more intelligible error if it's asked to
extract a system column, and remove a couple of lines that are useless
in light of the fact that we aren't ever going to support this case.  There
isn't much point in trying to make this work because a tuple Datum does
not carry many of the system columns.  Per experimentation with a case
reported by Dean Rasheed; we'll have to fix his problem somewhere else.
src/backend/executor/execQual.c