Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit90cb9c3

Browse files
committed
Update with new typedefs. Remove java and c++ parts of readme.
1 parentda9a864 commit90cb9c3

File tree

2 files changed

+153
-375
lines changed

2 files changed

+153
-375
lines changed

‎src/tools/pgindent/README

Lines changed: 0 additions & 18 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp