mirror of
https://github.com/postgres/postgres.git
synced 2026-05-25 10:01:17 -04:00
2e1254e7fa
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).