issue修复:ignore插入时,若插入值类型与目标类型无转换规则,目标类型的默认零值无法被插入的问题修复
This commit is contained in:
@ -58,6 +58,7 @@ ParseState* make_parsestate(ParseState* parentParseState)
|
||||
pstate->ignoreplus = false;
|
||||
pstate->p_plusjoin_rte_info = NULL;
|
||||
pstate->p_rawdefaultlist = NIL;
|
||||
pstate->p_has_ignore = false;
|
||||
|
||||
if (parentParseState != NULL) {
|
||||
pstate->p_sourcetext = parentParseState->p_sourcetext;
|
||||
|
Reference in New Issue
Block a user