• T
    Correct bug in best_innerjoin(): it should check all the · b62fdc13
    Tom Lane 提交于
    rels that the inner path needs to join to, but it was only checking for
    the first one.  Failure could only have been observed with an OR-clause
    that mentions 3 or more tables, and then only if the bogus path was
    actually selected as cheapest ...
    b62fdc13
joinpath.c 16.0 KB