!1764 函数使用internal类型的限制添加wm_concat

Merge pull request !1764 from 吕辉/wm_concat
This commit is contained in:
opengauss-bot 2022-05-28 07:00:10 +00:00 committed by Gitee
commit 7d4d95a5ad
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 1 deletions

View File

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