summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/parse_param.h')
-rw-r--r--src/include/parser/parse_param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/parser/parse_param.h b/src/include/parser/parse_param.h
index 6df2977a296..a6a9a08eb66 100644
--- a/src/include/parser/parse_param.h
+++ b/src/include/parser/parse_param.h
@@ -20,5 +20,6 @@ extern void parse_fixed_parameters(ParseState *pstate,
extern void parse_variable_parameters(ParseState *pstate,
Oid **paramTypes, int *numParams);
extern void check_variable_parameters(ParseState *pstate, Query *query);
+extern bool query_contains_extern_params(Query *query);
#endif /* PARSE_PARAM_H */