Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Dec 2008 19:38:22 +0000 (19:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Dec 2008 19:38:22 +0000 (19:38 +0000)
commit4ac592be6c7ca089f302eb8787df44080ee2f8ee
tree8040368a6a6f3385ce8020276f4c8da9a8687663
parent517ae4039ebe12806d76adfd3bc1fc6578fc8862
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