Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    5b051852
    Remove support for OR'd indexscans internal to a single IndexScan plan · 5b051852
    Tom Lane authored
    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.
    5b051852
    History
    Remove support for OR'd indexscans internal to a single IndexScan plan
    Tom Lane authored
    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.