!1669 add wm_concat function to use internal datatype

Merge pull request !1669 from 吕辉/wm_concat
This commit is contained in:
opengauss-bot 2022-05-24 01:44:32 +00:00 committed by Gitee
commit c6cf59f29f
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);