Thanks to visit codestin.com Credit goes to github.com
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 632c44d commit d90a426Copy full SHA for d90a426
src/backend/optimizer/path/costsize.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.11 1997/01/24 18:00:10 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.12 1997/01/26 16:06:42 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -23,7 +23,9 @@
23
#else
24
# ifdef HAVE_LIMITS_H
25
# include <limits.h>
26
-# define MAXINT INT_MAX
+# ifndef MAXINT
27
+# define MAXINT INT_MAX
28
+# endif
29
# else
30
# ifdef HAVE_VALUES_H
31
# include <values.h>
0 commit comments