Support set-returning functions in the target lists of Agg and Group plan
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeAgg.c | modified | +42 −11 |
| src/backend/executor/nodeGroup.c | modified | +38 −3 |