agg expr step reduce
This commit is contained in:
@ -387,6 +387,7 @@ typedef struct AggStatePerAggForFlattenedExprData {
|
||||
bool resulttypeByVal;
|
||||
#ifdef PGXC
|
||||
bool is_avg;
|
||||
Oid collectfn_oid;
|
||||
#endif /* PGXC */
|
||||
|
||||
} AggStatePerAggForFlattenedExprData;
|
||||
|
||||
Reference in New Issue
Block a user