From: Bruce Momjian Date: Fri, 26 Feb 2010 18:00:15 +0000 (+0000) Subject: Suggest gmake installcheck-world for pgindent testing. X-Git-Tag: REL9_0_ALPHA5~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b0f822c77491264ee14a34d6dc3effbeb6d695a;p=postgresql Suggest gmake installcheck-world for pgindent testing. --- diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 86af4ab23f..fa77458354 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -1,4 +1,4 @@ -$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.38 2010/02/26 17:07:55 momjian Exp $ +$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.39 2010/02/26 18:00:15 momjian Exp $ pgindent ======== @@ -26,7 +26,9 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and 5) Remove any files that generate errors. -6) Do a full test build. +6) Do a full test build: + + gmake installcheck-world ---------------------------------------------------------------------------