From c04b9c1f3df93746661925dc09fb68ce026520c4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 16 Aug 2012 11:56:00 -0400 Subject: [PATCH] Add possible alternate tool for pgrminclude, from Peter Geoghegan --- src/tools/pginclude/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README index 8d4131aed1..870e0f1d04 100644 --- a/src/tools/pginclude/README +++ b/src/tools/pginclude/README @@ -45,3 +45,7 @@ times until all includes compile cleanly. Also, tests should be done with configure settings of --enable-cassert and EXEC_BACKEND on and off. It is also wise to test a WIN32 compile. + +Another tools that does a similar task is at: + + http://code.google.com/p/include-what-you-use/ -- 2.40.0