File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
2423extern ScanKeyword * ScanKeywordLookup (char * text );
25- extern char * AtomValueGetString (int atomval );
2624
2725#endif /* KEYWORDS_H */
You can’t perform that action at this time.
0 commit comments