Support set-returning functions in the target lists of Agg and Group plan
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Sep 2008 00:22:56 +0000 (00:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Sep 2008 00:22:56 +0000 (00:22 +0000)
commita26c7e3d71d65381bc60b0d0b30f03cd738fb0e9
tree40b2c5d312c2c99cc1d52af323e652036a79ac2e
parent8818f3793e88e183e8eaff21fbb6762e6e73f663
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.
src/backend/executor/nodeAgg.c
src/backend/executor/nodeGroup.c