]> granicus.if.org Git - postgresql/commit
Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 9 Feb 2012 09:37:54 +0000 (11:37 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 9 Feb 2012 09:37:54 +0000 (11:37 +0200)
commit82e73ba0d1f8990a76a20b3a57957e633945fb2b
tree12bdd56844cdc67df44f126196df6907f6444975
parent331bf6712c71a1c110bc52423eede8b4bac221a1
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.
src/backend/parser/gram.y