From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram. |
Date: | 2012-02-09 09:42:12 |
Message-ID: | E1RvQW4-00044M-Eq@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2012-02-09 13:14:13 | pgsql: Have pg_receivexlog always send an invalid log position in statu |
Previous Message | Tom Lane | 2012-02-08 21:19:39 | pgsql: Throw error sooner for unlogged GiST indexes. |
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Berg | 2012-02-09 10:21:16 | pl/perl and utf-8 in sql_ascii databases |
Previous Message | Duncan Rance | 2012-02-09 09:29:47 | Re: BUG #6425: Bus error in slot_deform_tuple |