Improve pgindent test instructions

This commit is contained in:
Bruce Momjian 2014-05-06 15:33:25 -04:00
parent e0124230ba
commit 7c7b1f4ae5
1 changed files with 2 additions and 0 deletions

View File

@ -47,8 +47,10 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
# stop is only necessary if it's going to install in a location with an
# already running server
pg_ctl stop
run configure
make -C src install
make -C contrib install
run initdb
pg_ctl start
make installcheck-world