]> granicus.if.org Git - postgresql/commitdiff
Prevent pgindent from being run on odbc in the future.
authorBruce Momjian <bruce@momjian.us>
Sat, 28 Mar 1998 02:24:49 +0000 (02:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 28 Mar 1998 02:24:49 +0000 (02:24 +0000)
src/tools/pgindent/README

index 6bf07002891b8972f8d65ad98cefc8e5179e3c0c..8c95b6a1adf8a0015c1da47f3b7b5d77dba7d9ec 100644 (file)
@@ -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