8000
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 c14b725 commit 7f66009Copy full SHA for 7f66009
src/backend/parser/scan.l
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.101 2002/08/29 07:22:23 ishii Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.102 2002/11/04 14:25:42 tgl Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -24,7 +24,8 @@
24
#include "nodes/pg_list.h"
25
#include "parser/gramparse.h"
26
#include "parser/keywords.h"
27
-#include "parser/parse.h"
+/* Not needed now that this file is compiled as part of gram.y */
28
+/* #include "parser/parse.h" */
29
#include "utils/builtins.h"
30
#include "mb/pg_wchar.h"
31
0 commit comments