mirror of https://github.com/citusdata/citus.git
Update comment in WorkerAggregateExpressionList
parent
ef5ff7eb12
commit
e79db17b91
|
@ -2351,8 +2351,7 @@ WorkerAggregateExpressionList(Aggref *originalAggregate,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* All other aggregates are sent as they are to the worker nodes. These
|
* All other aggregates are sent as they are to the worker nodes.
|
||||||
* aggregate functions include sum, count, min, max, and array_agg.
|
|
||||||
*/
|
*/
|
||||||
Aggref *workerAggregate = copyObject(originalAggregate);
|
Aggref *workerAggregate = copyObject(originalAggregate);
|
||||||
workerAggregateList = lappend(workerAggregateList, workerAggregate);
|
workerAggregateList = lappend(workerAggregateList, workerAggregate);
|
||||||
|
|
Loading…
Reference in New Issue