mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
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 your friend.
This commit is contained in:
parent
331bf6712c
commit
82e73ba0d1
@ -12302,6 +12302,7 @@ unreserved_keyword:
|
||||
| SHARE
|
||||
| SHOW
|
||||
| SIMPLE
|
||||
| SNAPSHOT
|
||||
| STABLE
|
||||
| STANDALONE_P
|
||||
| START
|
||||
@ -12325,6 +12326,7 @@ unreserved_keyword:
|
||||
| TRUNCATE
|
||||
| TRUSTED
|
||||
| TYPE_P
|
||||
| TYPES_P
|
||||
| UNBOUNDED
|
||||
| UNCOMMITTED
|
||||
| UNENCRYPTED
|
||||
|
Loading…
Reference in New Issue
Block a user