pgsql: Modify pgrminclude to include all code, even in #if blocks. Pro - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Modify pgrminclude to include all code, even in #if blocks. Pro
Date
Msg-id E1Qx4gN-0007Z7-Pa@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Modify pgrminclude to include all code, even in #if blocks.  Process
.h include files before .c files.

Mark some includes as needed to be ignored by pgrminclude.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f8e41abd8a11d562c3ed97427d6dec9b383f628a

Modified Files
--------------
src/tools/pginclude/pgrminclude |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add missing includes after pgrminclude run.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Fix #if blocks.