Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit517c8db

Browse files
committed
Remove WIN32 stuff, and improve conformance to configure
1 parentf6c4d91 commit517c8db

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

‎src/backend/optimizer/geqo/geqo_eval.c

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: geqo_eval.c,v 1.1 1997/02/1912:57:01 scrappy Exp $
8+
* $Id: geqo_eval.c,v 1.2 1997/02/1914:26:42 scrappy Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -19,20 +19,12 @@
1919
*/
2020

2121
#include<math.h>
22-
#ifdefWIN32
23-
#include<float.h>
24-
#include<limits.h>
25-
#defineMAXINT INT_MAX
26-
#else
27-
# if defined(PORTNAME_BSD44_derived)|| \
28-
defined(PORTNAME_bsdi)|| \
29-
defined(PORTNAME_bsdi_2_1)
22+
#ifHAVE_LIMITS_H
3023
# include<machine/limits.h>
3124
# defineMAXINTINT_MAX
32-
#else
25+
#else
3326
# include<values.h>
34-
# endif/* !PORTNAME_BSD44_derived */
35-
#endif/* WIN32 */
27+
#endif
3628

3729
#include"postgres.h"
3830

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp