pgsql: Make ExecEvalFieldSelect throw a more intelligible error if it's - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make ExecEvalFieldSelect throw a more intelligible error if it's
Date
Msg-id 20100109204619.60E8D7541B9@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Also update ChangerLog file.
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Document pg_tablespace.spcoptions.