Make ExecEvalFieldSelect throw a more intelligible error if it's asked to

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

Commit: 85113bcf5a80fee58ec5678a136a33fe82a8401e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-09T20:46:19Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/executor/execQual.c modified +13 −11