Move math.h after postgresql.h
authorBruce Momjian <bruce@momjian.us>
Thu, 13 Jul 2006 20:14:12 +0000 (20:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 Jul 2006 20:14:12 +0000 (20:14 +0000)
src/backend/executor/nodeHash.c

index 2ca3f5c8fb6c2dfa5ab5e6aa85594c731a6084d8..758178ac5400dfed3927b9267ebece6993d02133 100644 (file)
  *             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"