Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / include / parser / parse_cte.h
bloba8f5e675b8aa50e4cb71a21f9866cf393419d480
1 /*-------------------------------------------------------------------------
3 * parse_cte.h
4 * handle CTEs (common table expressions) in parser
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * $PostgreSQL$
12 *-------------------------------------------------------------------------
14 #ifndef PARSE_CTE_H
15 #define PARSE_CTE_H
17 #include "parser/parse_node.h"
19 extern List *transformWithClause(ParseState *pstate, WithClause *withClause);
21 #endif /* PARSE_CTE_H */