ExecAgg() failed to finish running out set-returning functions in the last
commit0f8da7e8c36d9c315e2a1d27d01468056e9e3b2d
authortgl <tgl>
Wed, 17 Jun 2009 16:05:34 +0000 (17 16:05 +0000)
committertgl <tgl>
Wed, 17 Jun 2009 16:05:34 +0000 (17 16:05 +0000)
tree046ac8b9223277941977cdcca07042407ceca0d5
parentf64b3d478c40a5bb41025fef529ccbb7c7f926e3
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