• T
    Remove support for OR'd indexscans internal to a single IndexScan plan · 5b051852
    Tom Lane 提交于
    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
subselect.c 37.9 KB