Thread: pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.

pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.

From
Heikki Linnakangas
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/82e73ba0d1f8990a76a20b3a57957e633945fb2b

Modified Files
--------------
src/backend/parser/gram.y |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)