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

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

Commit: 2e1254e7fa0b84e83d201d0ffc7146b63a4a4a49
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-09-28T21:17:02Z
Releases: 8.1.0
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