forked from huawei/openGauss-server
!1764 函数使用internal类型的限制添加wm_concat
Merge pull request !1764 from 吕辉/wm_concat
This commit is contained in:
commit
7d4d95a5ad
|
|
@ -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