!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

@ -58,5 +58,6 @@ extern bool IsTypeTableInInstallationGroup(const Type type_tup);
extern HeapTuple FindPkgVariableType(ParseState* pstate, const TypeName* typname, int32* typmod_p);
extern char* CastPackageTypeName(const char* typName, Oid pkgOid, bool isPackage, bool isPublic = true);
#define ISCOMPLEX(typeid) (typeidTypeRelid(typeid) != InvalidOid)
extern bool IsBinaryType(Oid typid);
#endif /* PARSE_TYPE_H */