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:
Heikki Linnakangas 2012-02-09 11:37:54 +02:00
parent 331bf6712c
commit 82e73ba0d1
1 changed files with 2 additions and 0 deletions

View File

@ -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