Fix ignore in subquery case.
This commit is contained in:
@ -77,6 +77,7 @@ ParseState* make_parsestate(ParseState* parentParseState)
|
||||
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;
|
||||
pstate->p_has_ignore = parentParseState->p_has_ignore;
|
||||
}
|
||||
|
||||
return pstate;
|
||||
|
||||
Reference in New Issue
Block a user