!3098 字符集适配,新增utf8 3种字符序

Merge pull request !3098 from suncan/master
This commit is contained in:
opengauss-bot
2023-03-16 01:41:01 +00:00
committed by Gitee
17 changed files with 520 additions and 36 deletions

View File

@ -2962,7 +2962,6 @@ static Node* transformCollateClause(ParseState* pstate, CollateClause* c)
}
newc->collOid = LookupCollation(pstate, c->collname, c->location);
newc->location = c->location;
check_binary_collation(newc->collOid, argtype);
return (Node*)newc;
}