@@ -15046,7 +15046,7 @@ else
1504615046 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1504715047 since some C++ compilers masquerading as C compilers
1504815048 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 ))
1505015050 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1505115051 && LARGE_OFF_T % 2147483647 == 1)
1505215052 ? 1 : -1];
@@ -15092,7 +15092,7 @@ else
1509215092 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1509315093 since some C++ compilers masquerading as C compilers
1509415094 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 ))
1509615096 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1509715097 && LARGE_OFF_T % 2147483647 == 1)
1509815098 ? 1 : -1];
@@ -15116,7 +15116,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1511615116 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1511715117 since some C++ compilers masquerading as C compilers
1511815118 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 ))
1512015120 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1512115121 && LARGE_OFF_T % 2147483647 == 1)
1512215122 ? 1 : -1];
@@ -15161,7 +15161,7 @@ else
1516115161 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1516215162 since some C++ compilers masquerading as C compilers
1516315163 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 ))
1516515165 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1516615166 && LARGE_OFF_T % 2147483647 == 1)
1516715167 ? 1 : -1];
@@ -15185,7 +15185,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1518515185 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1518615186 since some C++ compilers masquerading as C compilers
1518715187 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 ))
1518915189 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1519015190 && LARGE_OFF_T % 2147483647 == 1)
1519115191 ? 1 : -1];
@@ -19335,7 +19335,7 @@ fi
1933519335
1933619336
1933719337cat >>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"
1933919339_ACEOF
1934019340
1934119341
0 commit comments