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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/executor/Tag: backend ...
Date: 2003-12-18 20:21:53
Message-ID: 20031218202153.D23D1D1B542@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2003-12-18 20:25:57 pgsql-server/src/interfaces/ecpg/compatlib Tag ...
Previous Message Tom Lane 2003-12-18 20:21:37 pgsql-server/src backend/executor/execAmi.c ba ...