【实现内容】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4694/修复表增加字段后core的问题 【根因分析】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4694/修复表增加字段后core的问题 【实现方案】: 回合https://gitee.com/opengauss/openGauss-server/pulls/4694/修复表增加字段后core的问题 【关联需求或issue】: https://e.gitee.com/opengaussorg/dashboard?issue=I9C345
This commit is contained in:
@ -520,7 +520,7 @@ Const* make_const(ParseState* pstate, Value* value, int location)
|
||||
typid = UNKNOWNOID; /* will be coerced later */
|
||||
typelen = -2; /* cstring-style varwidth type */
|
||||
typebyval = false;
|
||||
if (OidIsValid(GetCollationConnection())) {
|
||||
if (!DB_IS_CMPT(B_FORMAT) && OidIsValid(GetCollationConnection())) {
|
||||
collid = GetCollationConnection();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user