pgsql-server/src backend/executor/execQual.c b ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src backend/executor/execQual.c b ...
Дата
Msg-id 20021201202732.7A48D475DC0@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/12/01 15:27:32

Modified files:
    src/backend/executor: execQual.c nodeFunctionscan.c
    src/include/executor: executor.h

Log message:
    Fix ExecMakeTableFunctionResult() to work with generic expressions as
    well as function calls.  This is needed for cases where the planner has
    constant-folded or inlined the original function call.  Possibly we should
    back-patch this change into 7.3 branch as well.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/bin/pg_dump Tag: REL7_3_STABL ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src backend/optimizer/util/clause ...