projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e012423
)
Improve pgindent test instructions
author
Bruce Momjian
Tue, 6 May 2014 19:33:25 +0000
(15:33 -0400)
committer
Bruce Momjian
Tue, 6 May 2014 19:33:38 +0000
(15:33 -0400)
src/tools/pgindent/README
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/README
b/src/tools/pgindent/README
index ecc5eb1f8add116e71b16aa3bf62c677d2caae81..a49cbe65d696fda37b0f703b2860bd2dd5b92882 100644
(file)
--- a/
src/tools/pgindent/README
+++ b/
src/tools/pgindent/README
@@
-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