aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-08-29 02:00:38 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-08-29 02:00:38 +0000
commit46426b6d01983de3a3be0d97ba0072a1a22b4332 (patch)
tree25292efd4cb6a83e386b85cb42bec20632784040
parentfdc02f8fc25093291904d522cd9ee83309cae004 (diff)
downloadpostgresql-46426b6d01983de3a3be0d97ba0072a1a22b4332.tar.gz
postgresql-46426b6d01983de3a3be0d97ba0072a1a22b4332.zip
Update obsolete comments.
-rw-r--r--src/include/parser/keywords.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h
index c34870613dd..9e40085f3fc 100644
--- a/src/include/parser/keywords.h
+++ b/src/include/parser/keywords.h
@@ -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 */