diff --git a/config/orca.m4 b/config/orca.m4 index 53b18877f28acac51fb461c4a752cea6022ef8fd..b743446c97d95cbe0169a55a7676799c928d2c95 100644 --- a/config/orca.m4 +++ b/config/orca.m4 @@ -40,10 +40,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include ]], [ -return strncmp("3.113.", GPORCA_VERSION_STRING, 6); +return strncmp("3.114.", GPORCA_VERSION_STRING, 6); ])], [AC_MSG_RESULT([[ok]])], -[AC_MSG_ERROR([Your ORCA version is expected to be 3.113.XXX])] +[AC_MSG_ERROR([Your ORCA version is expected to be 3.114.XXX])] ) AC_LANG_POP([C++]) ])# PGAC_CHECK_ORCA_VERSION diff --git a/configure b/configure index c8627376967bde9fc9743a23c18e0c37d6a6e583..aefe679bad15573ab036d7dafc88e69894c9640b 100755 --- a/configure +++ b/configure @@ -12487,7 +12487,7 @@ int main () { -return strncmp("3.113.", GPORCA_VERSION_STRING, 6); +return strncmp("3.114.", GPORCA_VERSION_STRING, 6); ; return 0; @@ -12497,7 +12497,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 3.113.XXX" "$LINENO" 5 + as_fn_error $? "Your ORCA version is expected to be 3.114.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 a18f32e124109f15a5c264dca26438b7612f4778..3c4da6a29fa10037f3368c2e75d4cd3a94b4474b 100644 --- a/depends/conanfile_orca.txt +++ b/depends/conanfile_orca.txt @@ -1,5 +1,5 @@ [requires] -orca/v3.113.0@gpdb/stable +orca/v3.114.0@gpdb/stable [imports] include, * -> build/include diff --git a/gpAux/releng/releng.mk b/gpAux/releng/releng.mk index 2619f8e96932a6d06bbbd93e5f9cbf3d73cb9340..3c6a95f526ec3bbbdf9cdc24ba251cb42e947e41 100644 --- a/gpAux/releng/releng.mk +++ b/gpAux/releng/releng.mk @@ -120,7 +120,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/v3.113.0/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/v3.114.0/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH) endif clean_tools: opt_write_test