pgsql: Fix problem with whole-row Vars referencing sub-select outputs, - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix problem with whole-row Vars referencing sub-select outputs,
Date
Msg-id 20051214162832.809579DC9D0@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix problem with whole-row Vars referencing sub-select outputs, per
example from Jim Dew.  Add some simple regression tests, since this is
an area we seem to break regularly :-(

Modified Files:
--------------
    pgsql/src/backend/executor:
        execQual.c (r1.185 -> r1.186)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c.diff?r1=1.185&r2=1.186)
    pgsql/src/test/regress/expected:
        select.out (r1.13 -> r1.14)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/select.out.diff?r1=1.13&r2=1.14)
    pgsql/src/test/regress/sql:
        select.sql (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/select.sql.diff?r1=1.9&r2=1.10)

pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql: 2005-12-14 Francisco Figueiredo Jr.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix problem with whole-row Vars referencing sub-select outputs,