aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-10-04 20:42:19 +0000
committerBruce Momjian <bruce@momjian.us>2006-10-04 20:42:19 +0000
commitabcf7603c029f1c27c58e7f8f0c6d1d6a08a45e3 (patch)
tree80e2d11258955a2594c4d8eeb93b5573ad808f1e /src
parentff40057116edc7a88d4d57c7bee9fa67b288e2d3 (diff)
downloadpostgresql-abcf7603c029f1c27c58e7f8f0c6d1d6a08a45e3.tar.gz
postgresql-abcf7603c029f1c27c58e7f8f0c6d1d6a08a45e3.zip
Exclude pgindent from affecting the ecpg regression directory.
Diffstat (limited to 'src')
-rw-r--r--src/tools/pgindent/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index 3a6a52ace43..6fdff4ee678 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -11,7 +11,9 @@ symbols.
From the top directory, run:
- find . -name '*.[ch]' -type f -print | grep -v 's_lock.h' | xargs -n100 pgindent
+ find . -name '*.[ch]' -type f -print |
+ egrep -v '/s_lock.h|src/interfaces/ecpg/test/expected/' |
+ xargs -n100 pgindent
We have standardized on NetBSD's indent. We have fixed a few bugs which
requre the NetBSD source to be patched with indent.bsd.patch patch. A