summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_cte.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/parse_cte.h')
-rw-r--r--src/include/parser/parse_cte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/parser/parse_cte.h b/src/include/parser/parse_cte.h
index 7fd35bde01..0d4ce3608d 100644
--- a/src/include/parser/parse_cte.h
+++ b/src/include/parser/parse_cte.h
@@ -19,6 +19,6 @@
extern List *transformWithClause(ParseState *pstate, WithClause *withClause);
extern void analyzeCTETargetList(ParseState *pstate, CommonTableExpr *cte,
- List *tlist);
+ List *tlist);
#endif /* PARSE_CTE_H */