]> granicus.if.org Git - postgresql/commitdiff
Mention "pg_ctl stop" in pgindent README instructions.
authorBruce Momjian <bruce@momjian.us>
Fri, 10 Jun 2011 00:51:10 +0000 (20:51 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 10 Jun 2011 00:51:44 +0000 (20:51 -0400)
src/tools/pgindent/README

index 44050c01b34236cbf06020c7af52e66425d1190b..b674a2913e50114e93f1a22b1a9b1222ce9c36c1 100644 (file)
@@ -28,6 +28,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
 6) Do a full test build:
 
        run configure
+       pg_ctl stop
        gmake -C src install
        gmake -C contrib install
        gmake installcheck-world