pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
To: pgsql-committers@postgresql.org
Date: 2012-02-09T09:42:12Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y
- 82e73ba0d1f8 9.2.0 cited
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(-)