Обсуждение: pgsql-server/src backend/executor/execMain.c b ...

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/05 13:57:47

Modified files:
    src/backend/executor: execMain.c execProcnode.c execUtils.c
                          nodeHashjoin.c nodeMergejoin.c
                          nodeNestloop.c nodeSort.c
    src/include/executor: executor.h

Log message:
    Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),
    which does the same thing.  Perhaps at one time there was a reason to
    allow plan nodes to store their result types in different places, but
    AFAICT that's been unnecessary for a good while.