pgsql: Fix oversight in my recent patch to allow ExecMakeFunctionResult

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix oversight in my recent patch to allow ExecMakeFunctionResult
Date: 2008-12-18 19:38:22
Message-ID: 20081218193822.3B1E17563FE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle
materialize-mode set results. Since it now uses the ReturnSetInfo node
to hold internal state, we need to be sure to set up the node even when
the immediately called function doesn't return set (but does have a set-valued
argument). Per report from Anupama Aherrao.

Modified Files:
--------------
pgsql/src/backend/executor:
execQual.c (r1.237 -> r1.238)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c?r1=1.237&r2=1.238)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2008-12-18 20:53:37 plpsm - plpgpsm: new branch for 8.4
Previous Message Tom Lane 2008-12-18 18:20:35 pgsql: Code review for function default parameters patch.