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

Commit46426b6

Browse files
committed
Update obsolete comments.
1 parentfdc02f8 commit46426b6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎src/include/parser/keywords.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
33
* keywords.h
4-
* string,atom lookup thingy, reduces strcmp traffic greatly
5-
* in the bowels of the system.Look for actual defs in lib/C/atoms.c
4+
* lexical token lookup for reserved words in postgres SQL
65
*
76
*
87
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
98
* Portions Copyright (c) 1994, Regents of the University of California
109
*
11-
* $Id: keywords.h,v 1.7 2000/01/26 05:58:26 momjian Exp $
10+
* $Id: keywords.h,v 1.8 2000/08/29 02:00:38 tgl Exp $
1211
*
1312
*-------------------------------------------------------------------------
1413
*/
@@ -22,6 +21,5 @@ typedef struct ScanKeyword
2221
}ScanKeyword;
2322

2423
externScanKeyword*ScanKeywordLookup(char*text);
25-
externchar*AtomValueGetString(intatomval);
2624

2725
#endif/* KEYWORDS_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp