Skip to content
Snippets Groups Projects
Commit 14c7fba3 authored by Tom Lane's avatar Tom Lane
Browse files

Rethink original decision to use AND/OR Expr nodes to represent bitmap

logic operations during planning.  Seems cleaner to create two new Path
node types, instead --- this avoids duplication of cost-estimation code.
Also, create an enable_bitmapscan GUC parameter to control use of bitmap
plans.
parent c6221db3
No related branches found
No related tags found
Loading
Showing
with 338 additions and 193 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment