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

Commit6376115

Browse files
committed
Call output file typedefs.list; update README.
1 parentca8e3a5 commit6376115

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

‎src/tools/pgindent/README

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1-
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.33 2010/02/26 02:11:52 momjian Exp $
1+
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.34 2010/02/26 02:58:49 momjian Exp $
22

33
pgindent
44
========
55

66
This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
77
*.l files.
88

9+
1) Change directory to the top of the CVS tree.
10+
911
1) Download the typedef file from the builfarm:
1012

11-
http://www.pgbuildfarm.org/cgi-bin/typedefs.pl
13+
wget -O src/tools/pgindent/typedefs.listhttp://www.pgbuildfarm.org/cgi-bin/typedefs.pl
1214

13-
2) Download a fresh CVS checkout
15+
2) Download a fresh CVS checkout.
1416

15-
3)From the top of the source tree, run:
17+
3)Run pgindent:
1618

1719
find . -name '*.[ch]' -type f -print |
1820
egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
19-
xargs -n100 pgindent/tmp/typedefs.pl
21+
xargs -n100 pgindentsrc/tools/pgindent/typedefs.list
2022

2123
4) Remove any files that generate errors.
2224

File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp