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)
commit5d937da86f8fe74048336a997b77a7bbfa3e7434
tree68a21ff6f0c47d7e60f3cd66cb75eb53b355640a
parent6e961b7caa6db8898483bcd603f6b0abbe6d073c
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