Re: Keyword list sanity check

From: Laurent Laborde <kerdezixe(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Keyword list sanity check
Date: 2009-04-30 09:24:50
Message-ID: 8a1bfe660904300224t22d4675o7be68ed81ed790f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 28, 2009 at 10:33 AM, Heikki Linnakangas
<heikki(dot)linnakangas(at)enterprisedb(dot)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 Content-Type Size
check_keywords.pl application/x-perl 4.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-04-30 10:26:54 Re: Keyword list sanity check
Previous Message Fujii Masao 2009-04-30 07:58:05 Creating a tablespace directory in recovery