Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 748fab8

Browse files
committed
Prevent pgindent from being run on odbc in the future.
1 parent f07c7bf commit 748fab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pgindent/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This can format all PostgreSQL *.c and *.h files, excluding libpq++,
33

44
On 09/06/1997, from the top directory, I ran:
55

6-
find . -name '*.[ch]' -type f -print | grep -v '++' | xargs -n100 pgindent
6+
find . -name '*.[ch]' -type f -print | grep -v '++' | grep -v '/odbc/' | xargs -n100 pgindent
77

88
The stock BSD indent has two bugs. First, a comment after the word 'else'
99
causes the rest of the file to be ignored. Second, it silently ignores

0 commit comments

Comments
 (0)