mirror of
https://github.com/postgres/postgres.git
synced 2025-11-30 00:03:16 -05:00
Improve pgindent test instructions
This commit is contained in:
parent
e0124230ba
commit
7c7b1f4ae5
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user