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: bdr/0.1~866 X-Git-Url: http://git.postgresql.org/gitweb/static/4.16?a=commitdiff_plain;h=c04b9c1f3df93746661925dc09fb68ce026520c4;p=users%2Fandresfreund%2Fpostgres.git Add possible alternate tool for pgrminclude, from Peter Geoghegan --- 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/