pgsql/src/include/nodes (relation.h)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/include/nodes (relation.h)
Дата
Msg-id 200012122333.eBCNXWU07737@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Tuesday, December 12, 2000 @ 18:33:32
Author: tgl

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

Modified Files:
    relation.h

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

Cache eval cost of qualification expressions in RestrictInfo nodes to
avoid repeated evaluations in cost_qual_eval().  This turns out to save
a useful fraction of planning time.  No change to external representation
of RestrictInfo --- although that node type doesn't appear in stored
rules anyway.

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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/optimizer/plan (initsplan.c)
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc (TODO)