Fix check for whether a clauseless join has to be forced in the presence of

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

Commit: 4df8de7a682e98be2b9072458bb9e77513f53c47
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-24T17:50:22Z
Releases: 8.2.0
Fix check for whether a clauseless join has to be forced in the presence of
outer joins.  Originally it was only looking for overlap of the righthand
side of a left join, but we have to do it on the lefthand side too.
Per example from Jean-Pierre Pelletier.

Files