Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to
Date: 2010-10-22 15:10:28
Message-ID: 23250.1287760228@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> writes:
> Make OFF keyword unreserved.

Two comments:

* You forgot a semicolon here:

+ | ColId_or_Sconst { $$ = $1 }
should be
+ | ColId_or_Sconst { $$ = $1; }

I think this will work as-is in some versions of bison, but not all.

* The SGML documentation keyword appendix needs an update too, no?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-10-22 15:42:18 Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to
Previous Message Heikki Linnakangas 2010-10-22 14:47:08 pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to