Repair planning bug introduced in 7.4: outer-join ON clauses that referenced

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7aef1bfd1fea435f4a039d3e6a7551739fa0e58d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-09-28T21:17:24Z
Releases: 8.0.4
Repair planning bug introduced in 7.4: outer-join ON clauses that referenced
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).

Files