Update comment in WorkerAggregateExpressionList

pull/2030/head
Marco Slot 2018-02-27 23:45:28 +01:00
parent ef5ff7eb12
commit e79db17b91
1 changed files with 1 additions and 2 deletions

View File

@ -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);