@@ -15046,7 +15046,7 @@ else
15046
15046
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15047
15047
since some C++ compilers masquerading as C compilers
15048
15048
incorrectly reject 9223372036854775807. */
15049
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15049
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15050
15050
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15051
15051
&& LARGE_OFF_T % 2147483647 == 1)
15052
15052
? 1 : -1];
@@ -15092,7 +15092,7 @@ else
15092
15092
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15093
15093
since some C++ compilers masquerading as C compilers
15094
15094
incorrectly reject 9223372036854775807. */
15095
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15095
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15096
15096
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15097
15097
&& LARGE_OFF_T % 2147483647 == 1)
15098
15098
? 1 : -1];
@@ -15116,7 +15116,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15116
15116
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15117
15117
since some C++ compilers masquerading as C compilers
15118
15118
incorrectly reject 9223372036854775807. */
15119
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15119
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15120
15120
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15121
15121
&& LARGE_OFF_T % 2147483647 == 1)
15122
15122
? 1 : -1];
@@ -15161,7 +15161,7 @@ else
15161
15161
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15162
15162
since some C++ compilers masquerading as C compilers
15163
15163
incorrectly reject 9223372036854775807. */
15164
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15164
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15165
15165
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15166
15166
&& LARGE_OFF_T % 2147483647 == 1)
15167
15167
? 1 : -1];
@@ -15185,7 +15185,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15185
15185
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15186
15186
since some C++ compilers masquerading as C compilers
15187
15187
incorrectly reject 9223372036854775807. */
15188
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15188
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15189
15189
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15190
15190
&& LARGE_OFF_T % 2147483647 == 1)
15191
15191
? 1 : -1];
@@ -19335,7 +19335,7 @@ fi
19335
19335
19336
19336
19337
19337
cat >>confdefs.h <<_ACEOF
19338
- #define PG_VERSION_STR "Percona Server for PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"
19338
+ #define PG_VERSION_STR "PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"
19339
19339
_ACEOF
19340
19340
19341
19341
0 commit comments