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

Remove support for OR'd indexscans internal to a single IndexScan plan

node, as this behavior is now better done as a bitmap OR indexscan.
This allows considerable simplification in nodeIndexscan.c itself as
well as several planner modules concerned with indexscan plan generation.
Also we can improve the sharing of code between regular and bitmap
indexscans, since they are now working with nigh-identical Plan nodes.
parent 186655e9
No related branches found
No related tags found
Loading
Showing
with 713 additions and 1923 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