From 7c7b1f4ae5ea3b1b113682d4d4e5af4356b053bc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 6 May 2014 15:33:25 -0400 Subject: [PATCH] Improve pgindent test instructions --- src/tools/pgindent/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index ecc5eb1f8a..a49cbe65d6 100644 --- 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 -- 2.50.1