pgsql: Added script to check if all rule re-definition in ecpg.addons

Поиск
Список
Период
Сортировка
От meskes@postgresql.org (Michael Meskes)
Тема pgsql: Added script to check if all rule re-definition in ecpg.addons
Дата
Msg-id 20091127100040.97ECC753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Added script to check if all rule re-definition in ecpg.addons are indeed used
in the build process. If not the build process will stop with an error message.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/preproc:
        Makefile (r1.146 -> r1.147)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/Makefile?r1=1.146&r2=1.147)

Added Files:
-----------
    pgsql/src/interfaces/ecpg/preproc:
        check_rules.pl (r1.1)

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

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix missing end tag, per Jeff Davis.
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: If no result is given NOTFOUND should be returned.