pgsql-server/src backend/nodes/list.c backend/ ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/src backend/nodes/list.c backend/ ...
Дата
Msg-id 20030615225145.C6CA430EB46@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/06/15 19:51:45

Modified files:
    src/backend/nodes: list.c outfuncs.c
    src/backend/optimizer/path: indxpath.c orindxpath.c
    src/backend/optimizer/plan: createplan.c
    src/backend/optimizer/util: pathnode.c restrictinfo.c
    src/include/nodes: pg_list.h relation.h
    src/include/optimizer: restrictinfo.h

Log message:
    Adjust nestloop-with-inner-indexscan plan generation so that we catch
    some cases of redundant clauses that were formerly not caught.  We have
    to special-case this because the clauses involved never get attached to
    the same join restrictlist and so the existing logic does not notice
    that they are redundant.


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/ ontrib/dblink/dblink.c ontrib/ta ...
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src backend/optimizer/plan/create ...