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

From Heikki Linnakangas
Subject pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.
Date
Msg-id E1RvQW4-00044M-Eq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Throw error sooner for unlogged GiST indexes.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Have pg_receivexlog always send an invalid log position in statu