• Tom Lane's avatar
    Fix GEQO optimizer to work correctly with new outer-join-capable · ba2ea6e0
    Tom Lane authored
    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.
    ba2ea6e0
geqo_pool.c 5.23 KB