Improve pgindent test instructions
authorBruce Momjian <bruce@momjian.us>
Tue, 6 May 2014 19:33:25 +0000 (15:33 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 6 May 2014 19:33:38 +0000 (15:33 -0400)
src/tools/pgindent/README

index ecc5eb1f8add116e71b16aa3bf62c677d2caae81..a49cbe65d696fda37b0f703b2860bd2dd5b92882 100644 (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