pgsql/src/include/optimizer (geqo.h geqo_pool.h) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/optimizer (geqo.h geqo_pool.h)
Date
Msg-id 200009191842.e8JIgXh59103@hub.org
Whole thread Raw
List pgsql-committers
  Date: Tuesday, September 19, 2000 @ 14:42:33
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/optimizer
     from hub.org:/home/projects/pgsql/tmp/cvs-serv59076/include/optimizer

Modified Files:
    geqo.h geqo_pool.h

-----------------------------  Log Message  -----------------------------

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.

pgsql-committers by date:

Previous
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/src/test/regress/expected (rules.out)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/optimizer/geqo (geqo_eval.c geqo_main.c geqo_pool.c)