aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/analyze.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/analyze.h')
-rw-r--r--src/include/parser/analyze.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h
index 9b33ba5dfd1..4d7d06a1622 100644
--- a/src/include/parser/analyze.h
+++ b/src/include/parser/analyze.h
@@ -18,7 +18,7 @@
/* Hook for plugins to get control at end of parse analysis */
typedef void (*post_parse_analyze_hook_type) (ParseState *pstate,
- Query *query);
+ Query *query);
extern PGDLLIMPORT post_parse_analyze_hook_type post_parse_analyze_hook;