Re: Keyword list sanity check - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Keyword list sanity check
Date
Msg-id 49F97CEE.6060200@enterprisedb.com
Whole thread Raw
In response to Keyword list sanity check  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Laurent Laborde wrote:
> On Tue, Apr 28, 2009 at 10:33 AM, Heikki Linnakangas
> <heikki.linnakangas@enterprisedb.com> wrote:
>> I wrote a little perl script to perform a basic sanity check to keywords in
>> gram.y and kwlist.h. It checks that all lists are in alphabetical order, all
>> keywords present in gram.y are listed in kwlist.h in the right category, and
>> conversely that all keywords listed in kwlist.h are listed in gram.y.
> 
> Friendly greetings !
> Here is a new version of check_keywords.pl :
> - perl -w and "use strict" enabled  (and all the fixes that come with it)
> - minor cleaning

Thanks, applied!

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Creating a tablespace directory in recovery
Next
From: David Blewett
Date:
Subject: Re: Python 3.0 does not work with PL/Python