pgsql: Add missing keywords to gram.y's unreserved_keywords list. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add missing keywords to gram.y's unreserved_keywords list.
Date
Msg-id E1Px4hg-0001P9-U1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing keywords to gram.y's unreserved_keywords list.

We really need an automated check for this ... and did VALIDATE really
need to become a keyword at all, rather than picking some other syntax
using existing keywords?

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3f7d24da16d32ad0fa5abf04b669e86a7d458160

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Ignore files built by coverage builds
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix parallel make when running make install before make all