File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
src/backend/optimizer/geqo Expand file tree Collapse file tree 1 file changed +4
-12
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.1 1997/02/19 12:57:01 scrappy Exp $
8
+ * $Id: geqo_eval.c,v 1.2 1997/02/19 14:26:42 scrappy Exp $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
19
19
*/
20
20
21
21
#include <math.h>
22
- #ifdef WIN32
23
- #include <float.h>
24
- #include <limits.h>
25
- #define MAXINT INT_MAX
26
- #else
27
- # if defined(PORTNAME_BSD44_derived ) || \
28
- defined(PORTNAME_bsdi ) || \
29
- defined(PORTNAME_bsdi_2_1 )
22
+ #if HAVE_LIMITS_H
30
23
# include <machine/limits.h>
31
24
# define MAXINT INT_MAX
32
- # else
25
+ #else
33
26
# include <values.h>
34
- # endif /* !PORTNAME_BSD44_derived */
35
- #endif /* WIN32 */
27
+ #endif
36
28
37
29
#include "postgres.h"
38
30
You can’t perform that action at this time.
0 commit comments