pgsql: Fix failure of executor/hashjoin.h to compile standalone.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix failure of executor/hashjoin.h to compile standalone.
Date: 2010-12-27 17:20:28
Message-ID: E1PXGkG-0006g3-M3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-12-27 17:52:12 pgsql: Rearrange cpluspluscheck to check just one .h file at a time.
Previous Message Tom Lane 2010-12-27 16:37:13 pgsql: Tweak cpluspluscheck to avoid directly #include'ing gram.h.