mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Improve pgindent test instructions
This commit is contained in:
@@ -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
|
# stop is only necessary if it's going to install in a location with an
|
||||||
# already running server
|
# already running server
|
||||||
pg_ctl stop
|
pg_ctl stop
|
||||||
|
run configure
|
||||||
make -C src install
|
make -C src install
|
||||||
make -C contrib install
|
make -C contrib install
|
||||||
|
run initdb
|
||||||
pg_ctl start
|
pg_ctl start
|
||||||
make installcheck-world
|
make installcheck-world
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user