pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving
Date
Msg-id 20060213162223.977889DCB6C@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row
Var referencing the subselect output.  While this case could possibly be made
to work, it seems not worth expending effort on.  Per report from Magnus
Naeslund(f).

Modified Files:
--------------
    pgsql/src/backend/optimizer/path:
        allpaths.c (r1.142 -> r1.143)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/allpaths.c.diff?r1=1.142&r2=1.143)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix build failure when not USE_READLINE.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving