diff options
author | Bruce Momjian | 1998-03-28 02:24:49 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-03-28 02:24:49 +0000 |
commit | 748fab8d5d5aec9c171b4527e6f1992827d74715 (patch) | |
tree | 0bb04933cac4fe33ad74902385e2d2c042a5b9a1 /src | |
parent | f07c7bf4e757b27b5079e40375f2179187e14bc6 (diff) |
Prevent pgindent from being run on odbc in the future.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/pgindent/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 6bf0700289..8c95b6a1ad 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -3,7 +3,7 @@ This can format all PostgreSQL *.c and *.h files, excluding libpq++, On 09/06/1997, from the top directory, I ran: - find . -name '*.[ch]' -type f -print | grep -v '++' | xargs -n100 pgindent + find . -name '*.[ch]' -type f -print | grep -v '++' | grep -v '/odbc/' | xargs -n100 pgindent The stock BSD indent has two bugs. First, a comment after the word 'else' causes the rest of the file to be ignored. Second, it silently ignores |