projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a977db6
)
Fix failure of executor/hashjoin.h to compile standalone.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 27 Dec 2010 17:20:09 +0000
(12:20 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 27 Dec 2010 17:20:09 +0000
(12:20 -0500)
Noted while experimenting with cpluspluscheck.
src/include/executor/hashjoin.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/executor/hashjoin.h
b/src/include/executor/hashjoin.h
index cd08345d9a34702e29e37f18e6420122d1b5ed01..1b93f58af671e4e40e3991d78702328b5c627972 100644
(file)
--- a/
src/include/executor/hashjoin.h
+++ b/
src/include/executor/hashjoin.h
@@
-15,6
+15,7
@@
#define HASHJOIN_H
#include "fmgr.h"
+#include "nodes/execnodes.h"
#include "storage/buffile.h"
/* ----------------------------------------------------------------