Modify pgrminclude -v to report include files that can't be compiled on

Bruce Momjian <bruce@momjian.us>

Commit: 94db6664e2238c4f3879be67bcded085d5a1b872
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-08-28T17:04:01Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/tools/pginclude/pgrminclude modified +98 −65