sync code
This commit is contained in:
@ -70,6 +70,10 @@ ParseState* make_parsestate(ParseState* parentParseState)
|
||||
pstate->p_create_proc_operator_hook = parentParseState->p_create_proc_operator_hook;
|
||||
pstate->p_create_proc_insert_hook = parentParseState->p_create_proc_insert_hook;
|
||||
pstate->p_cl_hook_state = parentParseState->p_cl_hook_state;
|
||||
pstate->p_bind_variable_columnref_hook = parentParseState->p_bind_variable_columnref_hook;
|
||||
pstate->p_bind_hook_state = parentParseState->p_bind_hook_state;
|
||||
pstate->p_bind_describe_hook = parentParseState->p_bind_describe_hook;
|
||||
pstate->p_describeco_hook_state = parentParseState->p_describeco_hook_state;
|
||||
}
|
||||
|
||||
return pstate;
|
||||
|
||||
Reference in New Issue
Block a user