From 3bfabc36b6388ec6633c177fc048d8c2901cc459 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 23 Jun 2003 19:33:25 +0000
Subject: [PATCH] Add mention that the grep's have to be adjusted in pgtest.

---
 src/tools/pgtest | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/tools/pgtest b/src/tools/pgtest
index c2216139acf..7c76134cd4f 100755
--- a/src/tools/pgtest
+++ b/src/tools/pgtest
@@ -25,6 +25,9 @@ cd src/test/regress &&
 gmake clean &&
 gmake installcheck
 
+# The following grep's have to be adjusted for your setup because 
+# certain warnings are acceptable.
+
 cat $TMP/0 | 
 	grep -v warning |
 	grep -v setproctitle | 
-- 
GitLab