agg expr step reduce

This commit is contained in:
cailei19
2023-03-16 23:22:48 -07:00
parent 3d3de895c6
commit 35b92aea89
9 changed files with 661 additions and 517 deletions

View File

@ -387,6 +387,7 @@ typedef struct AggStatePerAggForFlattenedExprData {
bool resulttypeByVal;
#ifdef PGXC
bool is_avg;
Oid collectfn_oid;
#endif /* PGXC */
} AggStatePerAggForFlattenedExprData;