pgsql: Add check_keyword.pl script to perform some basic sanity checks

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: Add check_keyword.pl script to perform some basic sanity checks
Дата
Msg-id 20090429050557.8596975407C@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add check_keyword.pl script to perform some basic sanity checks to the
keyword lists in gram.y and kwlist.h. It checks that all lists are in
alphabetical order, and that all keywords present in gram.y are listed
in kwlist.h in the right category, and that all keywords in kwlist.h are
also in gram.y. What's still missing is to check that all keywords
defined  with "%token <keyword>" in gram.y are present in one of the
keyword lists in gram.y.

Added Files:
-----------
    pgsql/src/tools:
        check_keywords.pl (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/check_keywords.pl?rev=1.1&content-type=text/x-cvsweb-markup)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Improve pull_up_subqueries logic so that it doesn't insert
Следующее
От: jbcooley@pgfoundry.org (User Jbcooley)
Дата:
Сообщение: npgsql - Npgsql2: #1010599 - update xml docs (fix typo in Clone) Thanks