Re: Keyword list sanity check

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

Laurent Laborde wrote:
> 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

Thanks, applied!

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurent Laborde 2009-04-30 10:28:21 Perl coding style in postgresql
Previous Message Laurent Laborde 2009-04-30 09:24:50 Re: Keyword list sanity check