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

Commitc14b725

Browse files
committed
Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch
from Andreas.
1 parentfdf6b4f commitc14b725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/bootstrap/bootscanner.l

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.26 2002/11/0122:52:33 tgl Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.27 2002/11/04 14:22:32 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -40,10 +40,10 @@
4040
#include"utils/nabstime.h"
4141
#include"utils/rel.h"
4242

43-
#include"bootstrap_tokens.h"
43+
/* Not needed now that this file is compiled as part of bootparse.*/
44+
/* #include "bootstrap_tokens.h"*/
4445

4546

46-
YYSTYPE yylval;
4747
intyyline;/* keep track of the line number for error reporting*/
4848

4949
%}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp