pgsql: Fix failure of executor/hashjoin.h to compile standalone. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix failure of executor/hashjoin.h to compile standalone.
Date
Msg-id E1PXGkG-0006g3-M3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix failure of executor/hashjoin.h to compile standalone.

Noted while experimenting with cpluspluscheck.

Branch
------
master

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

Modified Files
--------------
src/include/executor/hashjoin.h |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Tweak cpluspluscheck to avoid directly #include'ing gram.h.
Next
From: Tom Lane
Date:
Subject: pgsql: Rearrange cpluspluscheck to check just one .h file at a time.