Skip to content

Commit ce5009f

Browse files
committed
#include "postgres.h"
moved upper.
1 parent 3c4b214 commit ce5009f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/backend/optimizer/path/costsize.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.7 1997/01/06 00:08:31 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.8 1997/01/08 10:33:46 vadim Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
14+
15+
#include "postgres.h"
16+
1417
#include <math.h>
1518
#ifdef WIN32
1619
# include <float.h>
@@ -25,8 +28,6 @@
2528
# endif
2629
#endif
2730

28-
#include "postgres.h"
29-
3031
#include <utils/lsyscache.h>
3132
#include "nodes/relation.h"
3233

0 commit comments

Comments
 (0)