• Tom Lane's avatar
    Improve pull_up_subqueries logic so that it doesn't insert unnecessary · c59d8dd4
    Tom Lane authored
    PlaceHolderVar nodes in join quals appearing in or below the lowest
    outer join that could null the subquery being pulled up.  This improves
    the planner's ability to recognize constant join quals, and probably
    helps with detection of common sort keys (equivalence classes) as well.
    c59d8dd4
prepjointree.c 60.2 KB