Skip to content

Commit 6376115

Browse files
committed
Call output file typedefs.list; update README.
1 parent ca8e3a5 commit 6376115

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.list http://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 pgindent src/tools/pgindent/typedefs.list
2022

2123
4) Remove any files that generate errors.
2224

File renamed without changes.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy