CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/01/23 20:37:28
Modified files:
src/backend/optimizer/path: joinrels.c
Log message:
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.
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2004-01-24 00:37:42 |
| Subject: pgsql-server/src/backend/optimizer/path Tag: R ... |
| Previous: | From: Tom Lane | Date: 2004-01-23 23:54:21 |
| Subject: pgsql-server/ oc/src/sgml/runtime.sgml rc/back ... |