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

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

pgsql-server/src backend/executor/execAmi.c ba ...

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/12/18 16:21:37

Modified files:
    src/backend/executor: execAmi.c execUtils.c
    src/include/executor: executor.h

Log message:
    Ensure set-returning functions in the targetlist of a plan node will be
    shut down cleanly if the plan node is ReScanned before the SRFs are run
    to completion.  This fixes the problem for SQL-language functions, but
    still need work on functions using the SRF_XXX() macros.