Repair planner failure for cases involving Cartesian products inside
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Jan 2004 00:37:42 +0000 (00:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Jan 2004 00:37:42 +0000 (00:37 +0000)
commit2c5ac3e882f2afaac2dbac498a43c2676c2ee1d8
tree707531b7efd0c59e5e3bd6ff6fc2eecb60797028
parent828fb7fc6ca9ff188258a53a3115f433f6017341
Repair planner failure for cases involving Cartesian products inside
IN (sub-SELECT) constructs.  We must force a clauseless join of the
sub-select member relations, but it wasn't happening because the code
thought it would be able to use the join clause arising from the IN.
src/backend/optimizer/path/joinrels.c