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

Commit 90cb9c3

Browse files
committed
Update with new typedefs. Remove java and c++ parts of readme.
1 parent da9a864 commit 90cb9c3

File tree

2 files changed

+153
-375
lines changed

2 files changed

+153
-375
lines changed

src/tools/pgindent/README

-18
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,3 @@ These bugs become pretty major when you are doing >400k lines of code.
3030
If you don't believe me, take a directory and make a copy. Run pgindent
3131
on the copy using GNU indent, and do a diff -r. You will see what I
3232
mean. GNU indent does some things better, but mangles too.
33-
34-
35-
---------------------------------------------------------------------------
36-
37-
For java, we use astyle, http://astyle.sourceforge.net/, with the
38-
following options:
39-
40-
find . \( -name '*.java' -o -name '*.java.in' \) -print |
41-
xargs -n100 pgjindent
42-
43-
---------------------------------------------------------------------------
44-
45-
For cpp, we use astyle, http://astyle.sourceforge.net/, with the
46-
following options:
47-
48-
find src/interfaces/libpq++ -name '*.[ch]' -print |
49-
xargs -n100 pgcppindent
50-

0 commit comments

Comments
 (0)