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

Commit 52783b2

Browse files
committed
Update pgindent testing instructions.
1 parent 8307b09 commit 52783b2

File tree

2 files changed

+24
-54
lines changed

2 files changed

+24
-54
lines changed

src/tools/pgindent/README

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.40 2010/04/01 14:44:39 adunstan Exp $
1+
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.41 2010/07/06 19:18:19 momjian Exp $
22

33
pgindent
44
========
@@ -22,10 +22,13 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
2222
egrep -v -f src/tools/pgindent/exclude_file_patterns | \
2323
xargs -n100 pgindent src/tools/pgindent/typedefs.list
2424

25-
5) Remove any files that generate errors.
25+
5) Remove any files that generate errors and restore their original versions.
2626

2727
6) Do a full test build:
2828

29+
run configure
30+
gmake -C src install
31+
gmake -C contrib install
2932
gmake installcheck-world
3033

3134

0 commit comments

Comments
 (0)