aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-01-29 18:55:48 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-01-29 18:55:48 +0000
commit3276e911d154acd83c7ad5abeda11a4ab90866d3 (patch)
tree031afdbd52746051881618c896869edb9b9272cc /src/backend/commands/tablecmds.c
parent3edec383e1ad8c07dc3ecb9b98e8fb6197e9359e (diff)
downloadpostgresql-3276e911d154acd83c7ad5abeda11a4ab90866d3.tar.gz
postgresql-3276e911d154acd83c7ad5abeda11a4ab90866d3.zip
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.
Diffstat (limited to 'src/backend/commands/tablecmds.c')
0 files changed, 0 insertions, 0 deletions