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

Commit82e73ba

Browse files
committed
Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y
These were added to kwlist.h as unreserved keywords in separate patches,but authors forgot to add them to the corresponding list in gram.y.Because of that, even though they were supposed to be unreserved keywords,they could not be used as identifiers. src/tools/check_keywords.pl is yourfriend.
1 parent331bf67 commit82e73ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/backend/parser/gram.y

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12302,6 +12302,7 @@ unreserved_keyword:
1230212302
| SHARE
1230312303
| SHOW
1230412304
| SIMPLE
12305+
| SNAPSHOT
1230512306
| STABLE
1230612307
| STANDALONE_P
1230712308
| START
@@ -12325,6 +12326,7 @@ unreserved_keyword:
1232512326
| TRUNCATE
1232612327
| TRUSTED
1232712328
| TYPE_P
12329+
| TYPES_P
1232812330
| UNBOUNDED
1232912331
| UNCOMMITTED
1233012332
| UNENCRYPTED

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp