Meaning of keyword category list in src/backend/parser/gram.y

From: soroosh sardari <soroosh(dot)sardari(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Meaning of keyword category list in src/backend/parser/gram.y
Date: 2013-05-05 07:33:11
Message-ID: CAFUsPDaruk_23kBWsdR7fW3t3TCRKfB8YYit_NuG=PYgMSufGg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

I'm trying to add a new constraint to column constraint.
I add a new keyword ro kwlist.h and gram.y, and also edit ColConstraintElem.

The problem is i don't know what is "Keyword category lists" at the end of
gram.y.
when I added the new keyword in "unreserved_keyword", shift/reduce and
reduce/reduce conflicts appear in bison outputs.

any idea about this problem and meaning of "Keyword category lists" is
appreciated.

Cheers
Soroosh

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2013-05-05 09:13:47 Re: Assertion failure at standby promotion
Previous Message Gavin Flower 2013-05-05 07:11:54 Re: 9.3 release notes suggestions