testtalhapg14
Sait Talha Nisanci 2021-08-27 14:43:25 +03:00
parent 0d6168fc4c
commit 6d64e69a41
1 changed files with 1 additions and 1 deletions

View File

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