pgsql: Exclude temporary directories from pgindent

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Exclude temporary directories from pgindent
Date: 2018-10-29 10:40:09
Message-ID: E1gH4xt-0005Qg-8l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Exclude temporary directories from pgindent

Exclude tmp_check and tmp_install from pgindent. In a fully-built
tree, pgindent would spend a lot of time digging through these
directories and ends up re-indenting installed header files.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a9e5f8e7810b46113c5322155411198484695dba

Modified Files
--------------
src/tools/pgindent/exclude_file_patterns | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2018-10-29 11:38:24 pgsql: Fix missing whitespace in pg_dump ref page
Previous Message Peter Eisentraut 2018-10-29 10:35:51 pgsql: pg_restore: Augment documentation for -N option