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

Commit 6080194

Browse files
committed
Update pgindent install instructions and update typedef list.
1 parent a0b4c5a commit 6080194

File tree

2 files changed

+115
-24
lines changed

2 files changed

+115
-24
lines changed

src/tools/pgindent/README

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
3535

3636
8) Do a full test build:
3737

38-
run configure
38+
> run configure
3939
# stop is only necessary if it's going to install in a location with an
4040
# already running server
4141
pg_ctl stop
4242
gmake -C src install
4343
gmake -C contrib install
44+
pg_ctl start
4445
gmake installcheck-world
4546

4647
9) Indent the Perl MSVC code:

0 commit comments

Comments
 (0)