projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff40057
)
Exclude pgindent from affecting the ecpg regression directory.
author
Bruce Momjian
Wed, 4 Oct 2006 20:42:19 +0000
(20:42 +0000)
committer
Bruce Momjian
Wed, 4 Oct 2006 20:42:19 +0000
(20:42 +0000)
src/tools/pgindent/README
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/README
b/src/tools/pgindent/README
index 3a6a52ace43dda4f19befd1270476905c42f2fac..6fdff4ee67864584c1bd2093eb04e03b93261670 100644
(file)
--- 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