]> granicus.if.org Git - postgresql/commitdiff
Update comment
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 10 Feb 2011 20:49:46 +0000 (22:49 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 10 Feb 2011 20:49:46 +0000 (22:49 +0200)
It was still claiming that the keyword list is in keywords.c, when it
is now in kwlist.h.

src/backend/parser/gram.y

index 8c630272fd0847a48d6c3c06452e0a6f18080cbb..e2d7d6a02f311e8b9f0eff71431c938166edda45 100644 (file)
@@ -11603,9 +11603,9 @@ ColLabel:       IDENT                                                                   { $$ = $1; }
  * shift or reduce conflicts.  The earlier lists define "less reserved"
  * categories of keywords.
  *
- * Make sure that each keyword's category in keywords.c matches where
+ * Make sure that each keyword's category in kwlist.h matches where
  * it is listed here.  (Someday we may be able to generate these lists and
- * keywords.c's table from a common master list.)
+ * kwlist.h's table from a common master list.)
  */
 
 /* "Unreserved" keywords --- available for use as any kind of name.