pgsql: Tweak cpluspluscheck to avoid directly #include'ing gram.h. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Tweak cpluspluscheck to avoid directly #include'ing gram.h.
Date
Msg-id E1PXG4P-000643-M3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tweak cpluspluscheck to avoid directly #include'ing gram.h.

gram.h has ordering dependencies, which are satisfied when it's included
from gramparse.h, but might not be if it's pulled in directly.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a977db6f1c3f399e5eaeb2514c72f38bdb8319e8

Modified Files
--------------
src/tools/pginclude/cpluspluscheck |   14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix ill-chosen use of "private" as an argument and struct field
Next
From: Tom Lane
Date:
Subject: pgsql: Fix failure of executor/hashjoin.h to compile standalone.