mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
only the inner-side relation would be considered as potential equijoin clauses, which is wrong because the condition doesn't necessarily hold above the point of the outer join. Per test case from Kevin Grittner (bug#1916).