summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-08-16 11:56:00 -0400
committerBruce Momjian <bruce@momjian.us>2012-08-16 11:56:00 -0400
commitc04b9c1f3df93746661925dc09fb68ce026520c4 (patch)
tree424abbea362dbef432a57d62519cc2762c8234eb /src
parentc6ce4c13229c64c01393c86be220b532a0244d87 (diff)
Add possible alternate tool for pgrminclude, from Peter Geoghegan
Diffstat (limited to 'src')
-rw-r--r--src/tools/pginclude/README4
1 files changed, 4 insertions, 0 deletions
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/