• Tom Lane's avatar
    Fix a bunch of bad interactions between partial indexes and the new · a4ca8423
    Tom Lane authored
    planning logic for bitmap indexscans.  Partial indexes create corner
    cases in which a scan might be done with no explicit index qual conditions,
    and the code wasn't handling those cases nicely.  Also be a little
    tenser about eliminating redundant clauses in the generated plan.
    Per report from Dmitry Karasik.
    a4ca8423
restrictinfo.h 1.32 KB