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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Modify pgrminclude to include all code, even in #if blocks. Pro
Date: 2011-08-26 22:15:23
Message-ID: E1Qx4gN-0007Z7-Pa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-08-26 22:22:03 pgsql: Fix missing pgdefine detection in pgrminclude.
Previous Message Tom Lane 2011-08-26 20:52:43 pgsql: Improve comments describing tsvector data structure.