Support set-returning functions in the target lists of Agg and Group plan

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a26c7e3d71d65381bc60b0d0b30f03cd738fb0e9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-09-08T00:22:56Z
Releases: 8.4.0
Support set-returning functions in the target lists of Agg and Group plan
nodes.  This is a pretty ugly feature but since we don't yet have a
plausible substitute, we'd better support it everywhere.
Per gripe from Jeff Davis.

Files

PathChange+/−
src/backend/executor/nodeAgg.c modified +42 −11
src/backend/executor/nodeGroup.c modified +38 −3