]> granicus.if.org Git - postgresql/commit
Modify pgrminclude -v to report include files that can't be compiled on
authorBruce Momjian <bruce@momjian.us>
Sun, 28 Aug 2011 17:04:01 +0000 (13:04 -0400)
committerBruce Momjian <bruce@momjian.us>
Sun, 28 Aug 2011 17:04:01 +0000 (13:04 -0400)
commit94db6664e2238c4f3879be67bcded085d5a1b872
treeb89946dddd54ec2626c7c1e91169ef51a2ef4b8f
parenta49fbaaf8d461ff91912c30b3563d54649474c80
Modify pgrminclude -v to report include files that can't be compiled on
their own.

Avoid compile problems with defines being redefined after the removal of
the #if blocks.

Change script to use shell functions for simplicity.
src/tools/pginclude/pgrminclude