mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Exclude pgindent from affecting the ecpg regression directory.
This commit is contained in:
parent
ff40057116
commit
abcf7603c0
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue