pgsql: Extend whole-row Var evaluation to cope with the case that the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Extend whole-row Var evaluation to cope with the case that the
Date: 2007-08-31 18:33:40
Message-ID: 20070831183340.98BA5754201@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Extend whole-row Var evaluation to cope with the case that the sub-plan
generating the tuples has resjunk output columns. This is not possible for
simple table scans but can happen when evaluating a whole-row Var for a view.
Per example from Patryk Kordylewski. The problem exists back to 8.0 but
I'm not going to risk back-patching further than 8.2 because of the many
changes in this area.

Modified Files:
--------------
pgsql/src/backend/executor:
execQual.c (r1.220 -> r1.221)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c?r1=1.220&r2=1.221)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-31 18:33:47 pgsql: Extend whole-row Var evaluation to cope with the case that the
Previous Message Bruce Momjian 2007-08-31 16:41:52 pgsql: Add comment on why SGML -wfully-tagged flag is needed (for older