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

From Laurent Laborde
Subject Re: Keyword list sanity check
Date
Msg-id 8a1bfe660904300224t22d4675o7be68ed81ed790f@mail.gmail.com
Whole thread Raw
In response to Keyword list sanity check  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
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

--
Laurent Laborde
Sysadmin at jfg://networks
http://www.over-blog.com/

Attachment

pgsql-hackers by date:

Previous
From: James Mansion
Date:
Subject: Re: idea: global temp tables
Next
From: Andy Lester
Date:
Subject: Re: Keyword list sanity check