pgsql-server/src/backend/optimizer/plan create ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src/backend/optimizer/plan create ...
Дата
Msg-id 20030216060633.3426547580B@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/16 01:06:33

Modified files:
    src/backend/optimizer/plan: createplan.c

Log message:
    Back off previous patch to skip projection step in scan plan nodes,
    in the case where the node immediately above the scan is a Hash, Sort,
    or Material node.  In these cases it's better to do the projection
    so that we don't store unneeded columns in the hash/sort/materialize
    table.  Per discussion a few days ago with Anagh Lal.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/ oc/src/sgml/func.sgml rc/backend ...
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql-server/src/interfaces/ecpg include/ecpgl ...