mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:45:49 -04:00
c59d8dd44d
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.