We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff40057 commit abcf760Copy full SHA for abcf760
src/tools/pgindent/README
@@ -11,7 +11,9 @@ symbols.
11
12
From the top directory, run:
13
14
- find . -name '*.[ch]' -type f -print | grep -v 's_lock.h' | xargs -n100 pgindent
+ find . -name '*.[ch]' -type f -print |
15
+ egrep -v '/s_lock.h|src/interfaces/ecpg/test/expected/' |
16
+ xargs -n100 pgindent
17
18
We have standardized on NetBSD's indent. We have fixed a few bugs which
19
requre the NetBSD source to be patched with indent.bsd.patch patch. A
0 commit comments