Fix GEQO optimizer to work correctly with new outer-join-capable

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

Commit: ba2ea6e0f5f270571e7f661cd2c7645160a9562a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-09-19T18:42:34Z
Releases: 7.1.1
Fix GEQO optimizer to work correctly with new outer-join-capable
query representation.  Note that GEQO_RELS setting is now interpreted
as the number of top-level items in the FROM list, not necessarily the
number of relations in the query.  This seems appropriate since we are
only doing join-path searching over the top-level items.

Files