aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-03-01 22:22:21 +0000
committerBruce Momjian <bruce@momjian.us>1997-03-01 22:22:21 +0000
commita3a956bfe549cb94d9909bf2d6a24a67cb23be6f (patch)
tree2825baa3562a75e32a5bd2a1cc9168e94b451f97 /src
parent872c708f8f963cf2a3c9711d9206782115bcffa3 (diff)
downloadpostgresql-a3a956bfe549cb94d9909bf2d6a24a67cb23be6f.tar.gz
postgresql-a3a956bfe549cb94d9909bf2d6a24a67cb23be6f.zip
Change machine/limits.h to limits.h.
Diffstat (limited to 'src')
-rw-r--r--src/backend/optimizer/geqo/geqo_eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/optimizer/geqo/geqo_eval.c b/src/backend/optimizer/geqo/geqo_eval.c
index 94411467beb..74ab0e6e78d 100644
--- a/src/backend/optimizer/geqo/geqo_eval.c
+++ b/src/backend/optimizer/geqo/geqo_eval.c
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_eval.c,v 1.4 1997/02/19 14:51:57 scrappy Exp $
+ * $Id: geqo_eval.c,v 1.5 1997/03/01 22:22:21 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -22,7 +22,7 @@
#include <math.h>
#ifdef HAVE_LIMITS_H
-# include <machine/limits.h>
+# include <limits.h>
# define MAXINT INT_MAX
#else
# include <values.h>