Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle
authorTom Lane <[email protected]>
Thu, 18 Dec 2008 19:38:22 +0000 (19:38 +0000)
committerTom Lane <[email protected]>
Thu, 18 Dec 2008 19:38:22 +0000 (19:38 +0000)
commitc50f3d95ce82d6be4c595c19deb7d686d7c98366
treeb23cb54a307fc03e7937edf69f3bd000d31d9165
parent7c79468b2dfa888da7742fcef8ed8c21256baad7
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.
src/backend/executor/execQual.c