diff options
author | Bruce Momjian | 2012-08-16 15:56:00 +0000 |
---|---|---|
committer | Bruce Momjian | 2012-08-16 15:56:00 +0000 |
commit | c04b9c1f3df93746661925dc09fb68ce026520c4 (patch) | |
tree | 424abbea362dbef432a57d62519cc2762c8234eb | |
parent | c6ce4c13229c64c01393c86be220b532a0244d87 (diff) |
Add possible alternate tool for pgrminclude, from Peter Geoghegan
-rw-r--r-- | src/tools/pginclude/README | 4 |
1 files changed, 4 insertions, 0 deletions
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/ |