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

From Bruce Momjian
Subject pgsql: Modify pgrminclude -v to report include files that can't be comp
Date
Msg-id E1QxioO-0002vb-Pb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Allow more include files to be compiled in their own by adding m