Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff81aa3

Browse files
committed
Update comment
It was still claiming that the keyword list is in keywords.c, when itis now in kwlist.h.
1 parent2432d10 commitff81aa3

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 inkeywords.c matches where
11606+
* Make sure that each keyword's category inkwlist.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)

[8]ページ先頭

©2009-2025 Movatter.jp