]> granicus.if.org Git - postgresql/commitdiff
Update obsolete comments.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Aug 2000 02:00:38 +0000 (02:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Aug 2000 02:00:38 +0000 (02:00 +0000)
src/include/parser/keywords.h

index c34870613ddac1de35f0756c62ffb997378880a3..9e40085f3fced578788a33ab38d085e94891ef26 100644 (file)
@@ -1,14 +1,13 @@
 /*-------------------------------------------------------------------------
  *
  * keywords.h
- *       string,atom lookup thingy, reduces strcmp traffic greatly
- *       in the bowels of the system.  Look for actual defs in lib/C/atoms.c
+ *       lexical token lookup for reserved words in postgres SQL
  *
  *
  * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: keywords.h,v 1.7 2000/01/26 05:58:26 momjian Exp $
+ * $Id: keywords.h,v 1.8 2000/08/29 02:00:38 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -22,6 +21,5 @@ typedef struct ScanKeyword
 } ScanKeyword;
 
 extern ScanKeyword *ScanKeywordLookup(char *text);
-extern char *AtomValueGetString(int atomval);
 
 #endif  /* KEYWORDS_H */