Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf68a68 commit 01fe40fCopy full SHA for 01fe40f
src/backend/parser/analyze.c
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
- * $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.217 2002/03/06 06:09:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.218 2002/03/08 06:55:08 tgl Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -20,7 +20,6 @@
20
#include "catalog/pg_type.h"
21
#include "nodes/makefuncs.h"
22
#include "parser/analyze.h"
23
-#include "parser/parse.h"
24
#include "parser/parsetree.h"
25
#include "parser/parse_agg.h"
26
#include "parser/parse_clause.h"
0 commit comments