Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff81aa3

Browse files
committed
Update comment
It was still claiming that the keyword list is in keywords.c, when it is now in kwlist.h.
1 parent 2432d10 commit ff81aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/parser/gram.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11603,9 +11603,9 @@ ColLabel: IDENT { $$ = $1; }
1160311603
* shift or reduce conflicts. The earlier lists define "less reserved"
1160411604
* categories of keywords.
1160511605
*
11606-
* Make sure that each keyword's category in keywords.c matches where
11606+
* Make sure that each keyword's category in kwlist.h matches where
1160711607
* it is listed here. (Someday we may be able to generate these lists and
11608-
* keywords.c's table from a common master list.)
11608+
* kwlist.h's table from a common master list.)
1160911609
*/
1161011610

1161111611
/* "Unreserved" keywords --- available for use as any kind of name.

0 commit comments

Comments
 (0)