pgsql-server/src backend/executor/Tag: backend ...

Started by Tom Laneover 22 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/12/18 16:21:53

Modified files:
src/backend/executor: Tag: REL7_4_STABLE execAmi.c execUtils.c
src/include/executor: Tag: REL7_4_STABLE 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.