aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1997-01-08 10:33:46 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1997-01-08 10:33:46 +0000
commitce5009f99b4d36fcb6951c4e15f399d1bf2e65fe (patch)
tree62048db5194ad87bfe5399aef07d07512cd9cb14 /src
parent3c4b21493d49d93431c4842ee2187b7f28362c38 (diff)
downloadpostgresql-ce5009f99b4d36fcb6951c4e15f399d1bf2e65fe.tar.gz
postgresql-ce5009f99b4d36fcb6951c4e15f399d1bf2e65fe.zip
#include "postgres.h"
moved upper.
Diffstat (limited to 'src')
-rw-r--r--src/backend/optimizer/path/costsize.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/backend/optimizer/path/costsize.c b/src/backend/optimizer/path/costsize.c
index ea5634fbc56..e6129d3ffe5 100644
--- a/src/backend/optimizer/path/costsize.c
+++ b/src/backend/optimizer/path/costsize.c
@@ -7,10 +7,13 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.7 1997/01/06 00:08:31 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.8 1997/01/08 10:33:46 vadim Exp $
*
*-------------------------------------------------------------------------
*/
+
+#include "postgres.h"
+
#include <math.h>
#ifdef WIN32
# include <float.h>
@@ -25,8 +28,6 @@
# endif
#endif
-#include "postgres.h"
-
#include <utils/lsyscache.h>
#include "nodes/relation.h"