MCPcopy Create free account
hub / github.com/apache/cloudberry / cancel_parser_errposition_callback

Function cancel_parser_errposition_callback

src/backend/parser/parse_node.c:160–165  ·  view source on GitHub ↗

* Cancel a previously-set-up errposition callback. */

Source from the content-addressed store, hash-verified

158 * Cancel a previously-set-up errposition callback.
159 */
160void
161cancel_parser_errposition_callback(ParseCallbackState *pcbstate)
162{
163 /* Pop the error context stack */
164 error_context_stack = pcbstate->errcallback.previous;
165}
166
167/*
168 * Error context callback for inserting parser error location.

Callers 14

transformCreateStmtFunction · 0.85
transformTableLikeClauseFunction · 0.85
coerce_typeFunction · 0.85
coerceSetOpTypesFunction · 0.85
parserOpenTableFunction · 0.85
make_oper_cache_keyFunction · 0.85
make_constFunction · 0.85
ParseFuncOrColumnFunction · 0.85
setTargetTableFunction · 0.85
addTargetToSortListFunction · 0.85
addTargetToGroupListFunction · 0.85
LookupTypeNameExtendedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected