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

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Added script to check if all rule re-definition in ecpg.addons
Date
Msg-id 20091127100040.97ECC753FB7@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix missing end tag, per Jeff Davis.
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: If no result is given NOTFOUND should be returned.