mirror of
https://github.com/postgres/postgres.git
synced 2025-09-08 00:47:37 +03:00
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.