Commit 46426b6d authored by Tom Lane's avatar Tom Lane

Update obsolete comments.

parent fdc02f8f
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* *
* keywords.h * keywords.h
* string,atom lookup thingy, reduces strcmp traffic greatly * lexical token lookup for reserved words in postgres SQL
* in the bowels of the system. Look for actual defs in lib/C/atoms.c
* *
* *
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California * 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 ...@@ -22,6 +21,5 @@ typedef struct ScanKeyword
} ScanKeyword; } ScanKeyword;
extern ScanKeyword *ScanKeywordLookup(char *text); extern ScanKeyword *ScanKeywordLookup(char *text);
extern char *AtomValueGetString(int atomval);
#endif /* KEYWORDS_H */ #endif /* KEYWORDS_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment