generated col

This commit is contained in:
wangxin
2021-07-08 16:26:49 +08:00
parent 0236725f3f
commit b8e6ff7a81
66 changed files with 2826 additions and 350 deletions

View File

@ -56,6 +56,7 @@ ParseState* make_parsestate(ParseState* parentParseState)
pstate->p_resolve_unknowns = true;
pstate->ignoreplus = false;
pstate->p_plusjoin_rte_info = NULL;
pstate->p_rawdefaultlist = NIL;
if (parentParseState != NULL) {
pstate->p_sourcetext = parentParseState->p_sourcetext;