projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1cf6a7
)
Move math.h after postgresql.h
author
Bruce Momjian
<bruce@momjian.us>
Thu, 13 Jul 2006 20:14:12 +0000
(20:14 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 13 Jul 2006 20:14:12 +0000
(20:14 +0000)
src/backend/executor/nodeHash.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/nodeHash.c
b/src/backend/executor/nodeHash.c
index 2ca3f5c8fb6c2dfa5ab5e6aa85594c731a6084d8..758178ac5400dfed3927b9267ebece6993d02133 100644
(file)
--- a/
src/backend/executor/nodeHash.c
+++ b/
src/backend/executor/nodeHash.c
@@
-19,10
+19,10
@@
* ExecEndHash - shutdown node and subnodes
*/
-#include <math.h>
-
#include "postgres.h"
+#include <math.h>
+
#include "executor/execdebug.h"
#include "executor/hashjoin.h"
#include "executor/instrument.h"