• Tom Lane's avatar
    Instead of rechecking lossy index operators by putting them into the · b0c4a50b
    Tom Lane authored
    regular qpqual ('filter condition'), add special-purpose code to
    nodeIndexscan.c to recheck them.  This ends being almost no net addition
    of code, because the removal of planner code balances out the extra
    executor code, but it is significantly more efficient when a lossy
    operator is involved in an OR indexscan.  The old implementation had
    to recheck the entire indexqual in such cases.
    b0c4a50b
copyfuncs.c 56.7 KB