generated col
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user