Correct bug in best_innerjoin(): it should check all the
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 ...
Showing
Please register or sign in to comment