pgsql: Make ExecEvalFieldSelect throw a more intelligible error if it's

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make ExecEvalFieldSelect throw a more intelligible error if it's
Date: 2010-01-09 20:46:19
Message-ID: 20100109204619.60E8D7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/executor:
execQual.c (r1.259 -> r1.260)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c?r1=1.259&r2=1.260)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-01-10 01:23:08 pgsql: Document pg_tablespace.spcoptions.
Previous Message Robert Haas 2010-01-09 18:06:47 Re: pgsql: Also update ChangerLog file.