File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/backend/optimizer/geqo Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
8
- * $Id: geqo_eval.c,v 1.2 1997/02/19 14:26:42 scrappy Exp $
8
+ * $Id: geqo_eval.c,v 1.3 1997/02/19 14:29:22 scrappy Exp $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
18
18
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
19
19
*/
20
20
21
+ #include "postgres.h"
22
+
21
23
#include <math.h>
22
- #if HAVE_LIMITS_H
24
+ #ifdef HAVE_LIMITS_H
23
25
# include <machine/limits.h>
24
26
# define MAXINT INT_MAX
25
27
#else
26
28
# include <values.h>
27
29
#endif
28
30
29
- #include "postgres.h"
30
-
31
31
#include "nodes/pg_list.h"
32
32
#include "nodes/relation.h"
33
33
#include "nodes/primnodes.h"
You can’t perform that action at this time.
0 commit comments