• Tom Lane's avatar
    Fix best_inner_indexscan to actually enforce that an "inner indexscan" use · 898eb254
    Tom Lane authored
    at least one join condition as an indexqual.  Before bitmap indexscans, this
    oversight didn't really cost much except for redundantly considering the
    same join paths twice; but as of 8.1 it could result in silly bitmap scans
    that would do the same BitmapOr twice and then BitmapAnd these together :-(
    898eb254
indxpath.c 83.3 KB