mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Update comment
It was still claiming that the keyword list is in keywords.c, when it is now in kwlist.h.
This commit is contained in:
@ -11603,9 +11603,9 @@ ColLabel: IDENT { $$ = $1; }
|
|||||||
* shift or reduce conflicts. The earlier lists define "less reserved"
|
* shift or reduce conflicts. The earlier lists define "less reserved"
|
||||||
* categories of keywords.
|
* 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
|
* 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.
|
/* "Unreserved" keywords --- available for use as any kind of name.
|
||||||
|
Reference in New Issue
Block a user