From: Bruce Momjian Date: Thu, 16 Aug 2012 15:56:00 +0000 (-0400) Subject: Add possible alternate tool for pgrminclude, from Peter Geoghegan X-Git-Tag: REL9_3_BETA1~1072 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c04b9c1f3df93746661925dc09fb68ce026520c4;p=thirdparty%2Fpostgresql.git Add possible alternate tool for pgrminclude, from Peter Geoghegan --- diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README index 8d4131aed11..870e0f1d046 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/