Обсуждение: REL7_0_PATCHES pgsql/src/include/optimizer (paths.h planmain.h)

Поиск
Список
Период
Сортировка

REL7_0_PATCHES pgsql/src/include/optimizer (paths.h planmain.h)

От
Tom Lane
Дата:
  Date: Saturday, September 23, 2000 @ 19:50:46
Author: tgl
   Tag: REL7_0_PATCHES

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

Modified Files:
    paths.h planmain.h

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

Back-patch code to deduce implied equalities from transitivity of
mergejoin clauses, and add these equalities to the given WHERE clauses.
This is necessary to ensure that sort keys we think are equivalent
really are equivalent as soon as their rels have been joined.  Without
this, 7.0 may create an incorrect mergejoin plan.