pgsql: Use a file of patterns of filenames to exclude from pgindent - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Use a file of patterns of filenames to exclude from pgindent
Date
Msg-id 20100401144439.938BB7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use a file of patterns of filenames to exclude from pgindent runs, instead if using multiple invocations of egrep. Add
perlppport.h to the current list. 

Modified Files:
--------------
    pgsql/src/tools/pgindent:
        README (r1.39 -> r1.40)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/README?r1=1.39&r2=1.40)

Added Files:
-----------
    pgsql/src/tools/pgindent:
        exclude_file_patterns (r1.1)

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

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Change test -e to test -f in docs, for portability.
Next
From: dpage@pgfoundry.org (Dave Page)
Date:
Subject: edb-debugger - server: 9.0 updates [Sachin Srivastava]