Commit 90cb9c30 authored by Bruce Momjian's avatar Bruce Momjian

Update with new typedefs. Remove java and c++ parts of readme.

parent da9a8649
...@@ -30,21 +30,3 @@ These bugs become pretty major when you are doing >400k lines of code. ...@@ -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 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 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. 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
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment