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

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

Commit: 196c9d289e9becdc576c48dcc7e12d52b0bf1833
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-09-28T21:17:50Z
Releases: 7.4.9
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