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 f07c7bf commit 748fab8Copy full SHA for 748fab8
src/tools/pgindent/README
@@ -3,7 +3,7 @@ This can format all PostgreSQL *.c and *.h files, excluding libpq++,
3
4
On 09/06/1997, from the top directory, I ran:
5
6
- 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
7
8
The stock BSD indent has two bugs. First, a comment after the word 'else'
9
causes the rest of the file to be ignored. Second, it silently ignores
0 commit comments