You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle
materialize-mode set results. Since it now uses the ReturnSetInfo nodeto hold internal state, we need to be sure to set up the node even whenthe immediately called function doesn't return set (but does have a set-valuedargument). Per report from Anupama Aherrao.