diff --git a/config/orca.m4 b/config/orca.m4 index a5dd2a07bdfae3ee4cc31b88ef5ebc3ec498b84d..693e8a9529847893c4dac89fedd7766309002e2b 100644 --- a/config/orca.m4 +++ b/config/orca.m4 @@ -40,10 +40,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include ]], [ -return strncmp("3.24.", GPORCA_VERSION_STRING, 5); +return strncmp("3.25.", GPORCA_VERSION_STRING, 5); ])], [AC_MSG_RESULT([[ok]])], -[AC_MSG_ERROR([Your ORCA version is expected to be 3.24.XXX])] +[AC_MSG_ERROR([Your ORCA version is expected to be 3.25.XXX])] ) AC_LANG_POP([C++]) ])# PGAC_CHECK_ORCA_VERSION diff --git a/configure b/configure index 9bf99ff21a630d4bb9e337321173ccb41008270f..5760732d2bfe2a5c77c6251a3777a7886fa20d0b 100755 --- a/configure +++ b/configure @@ -13994,7 +13994,7 @@ int main () { -return strncmp("3.24.", GPORCA_VERSION_STRING, 5); +return strncmp("3.25.", GPORCA_VERSION_STRING, 5); ; return 0; @@ -14004,7 +14004,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.24.XXX" "$LINENO" 5 + as_fn_error $? "Your ORCA version is expected to be 3.25.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 76dc4d525d74823bf04e32c91e146b7fba2307b7..9634e135cc640a5311e189f651ddd7e6c18bed62 100644 --- a/depends/conanfile_orca.txt +++ b/depends/conanfile_orca.txt @@ -1,5 +1,5 @@ [requires] -orca/v3.24.0@gpdb/stable +orca/v3.25.0@gpdb/stable [imports] include, * -> build/include diff --git a/gpAux/releng/releng.mk b/gpAux/releng/releng.mk index d94e99d28ff02afdfa565e1840282c8cc4e9453b..6b1ccc7e3076c22a1c07b52f8e8e9911c57593ee 100644 --- a/gpAux/releng/releng.mk +++ b/gpAux/releng/releng.mk @@ -87,7 +87,7 @@ sync_tools: opt_write_test -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.24.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.25.0/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH) endif clean_tools: opt_write_test