From bb8f0c4b4863d697264cc6f295f50627b15a6608 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 9 Jun 2011 20:51:10 -0400
Subject: [PATCH] Mention "pg_ctl stop" in pgindent README instructions.

---
 src/tools/pgindent/README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index 44050c01b34..b674a2913e5 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -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
-- 
GitLab