pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving
Date: 2006-02-13 16:22:38
Message-ID: 20060213162238.5D05C9DCC2C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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).

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
allpaths.c (r1.123 -> r1.123.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/allpaths.c.diff?r1=1.123&r2=1.123.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-13 17:09:25 pgsql: Place function names in first column for consistency.
Previous Message Tom Lane 2006-02-13 16:22:29 pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving