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 b83e592 commit ee66401Copy full SHA for ee66401
src/tools/pgindent/README
@@ -11,7 +11,7 @@ symbols.
11
12
From the top directory, run:
13
14
- find . -name '*.[ch]' -type f -print | egrep -v '\+\+|s_lock.h' | xargs -n100 pgindent
+ find . -name '*.[ch]' -type f -print | grep -v 's_lock.h' | xargs -n100 pgindent
15
16
The stock BSD indent has two bugs. First, a comment after the word 'else'
17
causes the rest of the file to be ignored. Second, it silently ignores
0 commit comments