Thread: pgsql: Modify pgrminclude -v to report include files that can't be comp

pgsql: Modify pgrminclude -v to report include files that can't be comp

From
Bruce Momjian
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/94db6664e2238c4f3879be67bcded085d5a1b872

Modified Files
--------------
src/tools/pginclude/pgrminclude |  163 +++++++++++++++++++++++----------------
1 files changed, 98 insertions(+), 65 deletions(-)