mirror of https://github.com/citusdata/citus.git
wip
parent
0d6168fc4c
commit
6d64e69a41
|
@ -1890,7 +1890,7 @@ MasterAggregateExpression(Aggref *originalAggregate,
|
||||||
if (aggregateType == AGGREGATE_ARRAY_AGG)
|
if (aggregateType == AGGREGATE_ARRAY_AGG)
|
||||||
{
|
{
|
||||||
#if PG_VERSION_NUM >= PG_VERSION_14
|
#if PG_VERSION_NUM >= PG_VERSION_14
|
||||||
newMasterAggregate->aggargtypes = list_make1_oid(workerReturnType);
|
newMasterAggregate->aggargtypes = list_make1_oid(ANYCOMPATIBLEARRAYOID);
|
||||||
#else
|
#else
|
||||||
newMasterAggregate->aggargtypes = list_make1_oid(ANYARRAYOID);
|
newMasterAggregate->aggargtypes = list_make1_oid(ANYARRAYOID);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue