pgsql: When building a bitmap scan, must copy the bitmapqualorig - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: When building a bitmap scan, must copy the bitmapqualorig
Date
Msg-id 20060129185549.312999DC9AD@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
When building a bitmap scan, must copy the bitmapqualorig expression tree
to avoid sharing substructure with the lower-level indexquals.  This is
currently only an issue if there are SubPlans in the indexquals, which is
uncommon but not impossible --- see bug #2218 reported by Nicholas Vinen.
We use the same kluge for indexqual vs indexqualorig in the index scans
themselves ... would be nice to clean this up someday.

Modified Files:
--------------
    pgsql/src/backend/optimizer/plan:
        createplan.c (r1.206 -> r1.207)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/createplan.c.diff?r1=1.206&r2=1.207)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix Assert that's no longer correct now that RowCompareExpr is
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: When building a bitmap scan, must copy the bitmapqualorig