• Tom Lane's avatar
    Rewrite fix_indxqual_references, which was entirely bogus for · 10d6d411
    Tom Lane authored
    multi-scan indexscan plans; it tried to use the same table-to-index
    attribute mapping for all the scans, even if they used different indexes.
    It would klugily work as long as OR indexquals never used multikey indexes,
    but that's not likely to hold up much longer...
    10d6d411
createplan.c 33.5 KB