forked from greenplum-db/gpdb-archive
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #329 from arenadata/6.20.3-sync
6.20.3 sync
- Loading branch information
Showing
87 changed files
with
2,174 additions
and
972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -582,8 +582,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='Greenplum Database' | ||
PACKAGE_TARNAME='greenplum-database' | ||
PACKAGE_VERSION='6.20.1' | ||
PACKAGE_STRING='Greenplum Database 6.20.1' | ||
PACKAGE_VERSION='6.20.3' | ||
PACKAGE_STRING='Greenplum Database 6.20.3' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -814,7 +814,6 @@ infodir | |
docdir | ||
oldincludedir | ||
includedir | ||
runstatedir | ||
localstatedir | ||
sharedstatedir | ||
sysconfdir | ||
|
@@ -951,7 +950,6 @@ datadir='${datarootdir}' | |
sysconfdir='${prefix}/etc' | ||
sharedstatedir='${prefix}/com' | ||
localstatedir='${prefix}/var' | ||
runstatedir='${localstatedir}/run' | ||
includedir='${prefix}/include' | ||
oldincludedir='/usr/include' | ||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | ||
|
@@ -1204,15 +1202,6 @@ do | |
| -silent | --silent | --silen | --sile | --sil) | ||
silent=yes ;; | ||
|
||
-runstatedir | --runstatedir | --runstatedi | --runstated \ | ||
| --runstate | --runstat | --runsta | --runst | --runs \ | ||
| --run | --ru | --r) | ||
ac_prev=runstatedir ;; | ||
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | ||
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | ||
| --run=* | --ru=* | --r=*) | ||
runstatedir=$ac_optarg ;; | ||
|
||
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | ||
ac_prev=sbindir ;; | ||
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | ||
|
@@ -1350,7 +1339,7 @@ fi | |
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | ||
datadir sysconfdir sharedstatedir localstatedir includedir \ | ||
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | ||
libdir localedir mandir runstatedir | ||
libdir localedir mandir | ||
do | ||
eval ac_val=\$$ac_var | ||
# Remove trailing slashes. | ||
|
@@ -1503,7 +1492,6 @@ Fine tuning of the installation directories: | |
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] | ||
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | ||
--localstatedir=DIR modifiable single-machine data [PREFIX/var] | ||
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] | ||
--libdir=DIR object code libraries [EPREFIX/lib] | ||
--includedir=DIR C header files [PREFIX/include] | ||
--oldincludedir=DIR C header files for non-gcc [/usr/include] | ||
|
@@ -13970,6 +13958,7 @@ fi | |
|
||
fi | ||
|
||
# Check for GSSAPI | ||
if test "$with_gssapi" = yes ; then | ||
for ac_header in gssapi/gssapi.h | ||
do : | ||
|
@@ -13998,7 +13987,7 @@ fi | |
|
||
done | ||
|
||
ac_fn_c_check_decl "$LINENO" "gss_store_cred_into" "ac_cv_have_decl_gss_store_cred_into" "#include <gssapi/gssapi_ext.h> | ||
ac_fn_c_check_decl "$LINENO" "gss_store_cred_into" "ac_cv_have_decl_gss_store_cred_into" "#include <gssapi/gssapi_ext.h> | ||
" | ||
if test "x$ac_cv_have_decl_gss_store_cred_into" = xyes; then : | ||
ac_have_decl=1 | ||
|
@@ -14007,8 +13996,17 @@ else | |
fi | ||
|
||
cat >>confdefs.h <<_ACEOF | ||
#define HAVE_GSSAPI_PROXY $ac_have_decl | ||
#define HAVE_DECL_GSS_STORE_CRED_INTO $ac_have_decl | ||
_ACEOF | ||
if test $ac_have_decl = 1; then : | ||
|
||
$as_echo "#define HAVE_GSSAPI_PROXY 1" >>confdefs.h | ||
|
||
else | ||
|
||
$as_echo "#define HAVE_GSSAPI_PROXY 0" >>confdefs.h | ||
|
||
fi | ||
|
||
fi | ||
|
||
|
@@ -15652,7 +15650,7 @@ else | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
@@ -15698,7 +15696,7 @@ else | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
@@ -15722,7 +15720,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
@@ -15767,7 +15765,7 @@ else | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
@@ -15791,7 +15789,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
@@ -16307,6 +16305,7 @@ $as_echo "#define HAVE_IPV6 1" >>confdefs.h | |
fi | ||
|
||
|
||
|
||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PS_STRINGS" >&5 | ||
$as_echo_n "checking for PS_STRINGS... " >&6; } | ||
if ${pgac_cv_var_PS_STRINGS+:} false; then : | ||
|
@@ -18324,7 +18323,7 @@ else | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
@@ -18370,7 +18369,7 @@ else | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
@@ -18394,7 +18393,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
@@ -18439,7 +18438,7 @@ else | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
@@ -18463,7 +18462,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||
since some C++ compilers masquerading as C compilers | ||
incorrectly reject 9223372036854775807. */ | ||
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | ||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ||
&& LARGE_OFF_T % 2147483647 == 1) | ||
? 1 : -1]; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.