]> granicus.if.org Git - postgresql/commit
Repair planner failure for cases involving Cartesian products inside
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Jan 2004 00:37:28 +0000 (00:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Jan 2004 00:37:28 +0000 (00:37 +0000)
commit5d6658367843cc2464ec3f680e6a4670098fa272
tree1823558363bded5d270819fde4ace4048a4c1c94
parent3969f2924bead7847adbe1fd736eefaf138af942
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