]> granicus.if.org Git - postgresql/commit
Create a tool to catch #include omissions that might not result in any
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jul 2006 03:27:42 +0000 (03:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jul 2006 03:27:42 +0000 (03:27 +0000)
commit2d11d26113dd88072e09f92ad3f2032a27e4d8ce
tree3776c29a751af42a43c4e0a267f7303a08ef6442
parent98bac16e4d2fc30fac284e2cf3edf19f81ae61e8
Create a tool to catch #include omissions that might not result in any
compiler warning, specifically #ifdef or #if defined tests on symbols
that are defined in a file not included.  The results are a bit noisy
and require care to interpret, but it's a lot better than no tool at all.
src/tools/pginclude/README
src/tools/pginclude/pgcheckdefines [new file with mode: 0755]