We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4b214 commit ce5009fCopy full SHA for ce5009f
src/backend/optimizer/path/costsize.c
@@ -7,10 +7,13 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
14
+
15
+#include "postgres.h"
16
17
#include <math.h>
18
#ifdef WIN32
19
# include <float.h>
@@ -25,8 +28,6 @@
25
28
# endif
26
29
#endif
27
30
-#include "postgres.h"
-
31
#include <utils/lsyscache.h>
32
#include "nodes/relation.h"
33
0 commit comments