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

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

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

Log message:
    Disable the recently-added use_physical_tlist optimization in cases
    where the table contains dropped columns.  If the columns are dropped,
    then their types may be gone as well, which causes ExecTypeFromTL() to
    fail if the dropped columns appear in a plan node's tlist.  This could
    be worked around but I don't think the optimization is valuable enough
    to be worth the trouble.


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/include/port/win32_include/sys
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/optimizer plan/create ...