ExecAgg() failed to finish running out set-returning functions in the last
authorTom Lane <[email protected]>
Wed, 17 Jun 2009 16:05:34 +0000 (16:05 +0000)
committerTom Lane <[email protected]>
Wed, 17 Jun 2009 16:05:34 +0000 (16:05 +0000)
commit75b5dcd7b62b64f908ae5767fdf0ec3aeb558e46
treea479e1649123817dbf065e2b303a1e017f6510b9
parent635d414245b0f8eab7411c4b4746dbf90c02af04
ExecAgg() failed to finish running out set-returning functions in the last
aggregated tuple of a run.  Per report from Laurenz Albe.  This is a new
bug in 8.4, but only because prior versions rejected SRFs in an Agg plan
node altogether.
src/backend/executor/nodeAgg.c