From d3be07200bc7d2cabb1e96a7682db0d35dd68f74 Mon Sep 17 00:00:00 2001 From: Chris Hajas Date: Fri, 12 Apr 2019 10:09:22 -0700 Subject: [PATCH] Bump ORCA version to 3.34.0 (#7431) This corresponds to ORCA commit "Use prime number of buckets to avoid hash collisions" Authored-by: Chris Hajas --- 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 1372304933..956c3a594f 100644 --- a/config/orca.m4 +++ b/config/orca.m4 @@ -40,10 +40,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include ]], [ -return strncmp("3.33.", GPORCA_VERSION_STRING, 5); +return strncmp("3.34.", GPORCA_VERSION_STRING, 5); ])], [AC_MSG_RESULT([[ok]])], -[AC_MSG_ERROR([Your ORCA version is expected to be 3.33.XXX])] +[AC_MSG_ERROR([Your ORCA version is expected to be 3.34.XXX])] ) AC_LANG_POP([C++]) ])# PGAC_CHECK_ORCA_VERSION diff --git a/configure b/configure index 7ec347ffad..08dc88d880 100755 --- a/configure +++ b/configure @@ -14026,7 +14026,7 @@ int main () { -return strncmp("3.33.", GPORCA_VERSION_STRING, 5); +return strncmp("3.34.", GPORCA_VERSION_STRING, 5); ; return 0; @@ -14036,7 +14036,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.33.XXX" "$LINENO" 5 + as_fn_error $? "Your ORCA version is expected to be 3.34.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 6ac39b0bdf..7de2d1030e 100644 --- a/depends/conanfile_orca.txt +++ b/depends/conanfile_orca.txt @@ -1,5 +1,5 @@ [requires] -orca/v3.33.0@gpdb/stable +orca/v3.34.0@gpdb/stable [imports] include, * -> build/include diff --git a/gpAux/releng/releng.mk b/gpAux/releng/releng.mk index ddc999ffc7..0e65cfbafa 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.33.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.34.0/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH) endif clean_tools: opt_write_test -- GitLab