forked from huawei/openGauss-server
add wm_concat in InternalAggIsSupported
This commit is contained in:
parent
1d7eadd778
commit
e2163187ca
|
|
@ -47,7 +47,8 @@ static void InternalAggIsSupported(const char *aggName)
|
|||
"json_agg",
|
||||
"json_object_agg",
|
||||
"st_summarystatsagg",
|
||||
"st_union"
|
||||
"st_union",
|
||||
"wm_concat"
|
||||
};
|
||||
|
||||
uint len = lengthof(supportList);
|
||||
|
|
|
|||
Loading…
Reference in New Issue