• Tom Lane's avatar
    Previous fix for "x FULL JOIN y ON true" failed to handle the case · 872c1497
    Tom Lane authored
    where there was also a WHERE-clause restriction that applied to the
    join.  The check on restrictlist == NIL is really unnecessary anyway,
    because select_mergejoin_clauses already checked for and complained
    about any unmergejoinable join clauses.  So just take it out.
    872c1497
joinpath.c 26.5 KB