mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Update with new typedefs. Remove java and c++ parts of readme.
This commit is contained in:
parent
da9a8649d8
commit
90cb9c3051
2 changed files with 153 additions and 375 deletions
|
|
@ -30,21 +30,3 @@ These bugs become pretty major when you are doing >400k lines of code.
|
|||
If you don't believe me, take a directory and make a copy. Run pgindent
|
||||
on the copy using GNU indent, and do a diff -r. You will see what I
|
||||
mean. GNU indent does some things better, but mangles too.
|
||||
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
For java, we use astyle, http://astyle.sourceforge.net/, with the
|
||||
following options:
|
||||
|
||||
find . \( -name '*.java' -o -name '*.java.in' \) -print |
|
||||
xargs -n100 pgjindent
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
For cpp, we use astyle, http://astyle.sourceforge.net/, with the
|
||||
following options:
|
||||
|
||||
find src/interfaces/libpq++ -name '*.[ch]' -print |
|
||||
xargs -n100 pgcppindent
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue