Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f66009

Browse files
committed
Remove unnecessary inclusion, per Andreas.
1 parentc14b725 commit7f66009

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/parser/scan.l

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.101 2002/08/29 07:22:23 ishii Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.102 2002/11/04 14:25:42 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -24,7 +24,8 @@
2424
#include"nodes/pg_list.h"
2525
#include"parser/gramparse.h"
2626
#include"parser/keywords.h"
27-
#include"parser/parse.h"
27+
/* Not needed now that this file is compiled as part of gram.y*/
28+
/* #include "parser/parse.h"*/
2829
#include"utils/builtins.h"
2930
#include"mb/pg_wchar.h"
3031

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp