From 1924a4030874ab9cdfadea017ece905cac404205 Mon Sep 17 00:00:00 2001 From: Abhijit Subramanya Date: Tue, 15 May 2018 13:43:33 -0700 Subject: [PATCH] Bump ORCA version to 2.57.0 --- config/orca.m4 | 4 ++-- configure | 4 ++-- depends/conanfile_orca.txt | 2 +- gpAux/releng/releng.mk | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/orca.m4 b/config/orca.m4 index b02b6cb208..4cff59087f 100644 --- a/config/orca.m4 +++ b/config/orca.m4 @@ -40,10 +40,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include ]], [ -return strncmp("2.56.", GPORCA_VERSION_STRING, 5); +return strncmp("2.57.", GPORCA_VERSION_STRING, 5); ])], [AC_MSG_RESULT([[ok]])], -[AC_MSG_ERROR([Your ORCA version is expected to be 2.56.XXX])] +[AC_MSG_ERROR([Your ORCA version is expected to be 2.57.XXX])] ) AC_LANG_POP([C++]) ])# PGAC_CHECK_ORCA_VERSION diff --git a/configure b/configure index 4a9c292243..2cd517c085 100755 --- a/configure +++ b/configure @@ -13050,7 +13050,7 @@ int main () { -return strncmp("2.56.", GPORCA_VERSION_STRING, 5); +return strncmp("2.57.", GPORCA_VERSION_STRING, 5); ; return 0; @@ -13060,7 +13060,7 @@ if ac_fn_cxx_try_run "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } else - as_fn_error $? "Your ORCA version is expected to be 2.56.XXX" "$LINENO" 5 + as_fn_error $? "Your ORCA version is expected to be 2.57.XXX" "$LINENO" 5 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ diff --git a/depends/conanfile_orca.txt b/depends/conanfile_orca.txt index 593909a011..14ba36ef93 100644 --- a/depends/conanfile_orca.txt +++ b/depends/conanfile_orca.txt @@ -1,5 +1,5 @@ [requires] -orca/v2.56.3@gpdb/stable +orca/v2.57.0@gpdb/stable [imports] include, * -> build/include diff --git a/gpAux/releng/releng.mk b/gpAux/releng/releng.mk index b9cc99351f..da79e357c9 100644 --- a/gpAux/releng/releng.mk +++ b/gpAux/releng/releng.mk @@ -121,7 +121,7 @@ sync_tools: opt_write_test /opt/releng/apache-ant -Divyrepo.user=$(IVYREPO_USER) -Divyrepo.passwd="$(IVYREPO_PASSWD)" -quiet resolve); ifeq "$(findstring aix,$(BLD_ARCH))" "" - LD_LIBRARY_PATH='' wget --no-check-certificate -q -O - https://github.com/greenplum-db/gporca/releases/download/v2.56.3/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH) + LD_LIBRARY_PATH='' wget --no-check-certificate -q -O - https://github.com/greenplum-db/gporca/releases/download/v2.57.0/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH) endif clean_tools: opt_write_test -- GitLab