diff --git a/concourse/tasks/compile_gpdb.yml b/concourse/tasks/compile_gpdb.yml index 12cceaa2872087a746c8bdd24340a6cb42a72612..ca4ab7b2329bdd1e5d7e93cc544f5ad91b13de53 100644 --- a/concourse/tasks/compile_gpdb.yml +++ b/concourse/tasks/compile_gpdb.yml @@ -19,4 +19,4 @@ params: BLD_TARGETS: OUTPUT_ARTIFACT_DIR: gpdb_artifacts CONFIGURE_FLAGS: - ORCA_TAG: v3.60.0 + ORCA_TAG: v3.61.0 diff --git a/config/orca.m4 b/config/orca.m4 index 3565c8832e34d169e58504cee4caae4ab86b81f7..847b052f988f0accd52393d5bef2064190c6e6d1 100644 --- a/config/orca.m4 +++ b/config/orca.m4 @@ -40,10 +40,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include ]], [ -return strncmp("3.60.", GPORCA_VERSION_STRING, 5); +return strncmp("3.61.", GPORCA_VERSION_STRING, 5); ])], [AC_MSG_RESULT([[ok]])], -[AC_MSG_ERROR([Your ORCA version is expected to be 3.60.XXX])] +[AC_MSG_ERROR([Your ORCA version is expected to be 3.61.XXX])] ) AC_LANG_POP([C++]) ])# PGAC_CHECK_ORCA_VERSION diff --git a/configure b/configure index 62857a3b25f797962775a56e7c1d1be7e255d64e..df46ea0fc03d9599a7d5ffbbde32c9831cc03361 100755 --- a/configure +++ b/configure @@ -13982,7 +13982,7 @@ int main () { -return strncmp("3.60.", GPORCA_VERSION_STRING, 5); +return strncmp("3.61.", GPORCA_VERSION_STRING, 5); ; return 0; @@ -13992,7 +13992,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.60.XXX" "$LINENO" 5 + as_fn_error $? "Your ORCA version is expected to be 3.61.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 7d2c3f58633380bddf5f2790eb2d9c435f43ce22..077cf034c2f2602acabdd96edfe73d33f898b07b 100644 --- a/depends/conanfile_orca.txt +++ b/depends/conanfile_orca.txt @@ -1,5 +1,5 @@ [requires] -orca/v3.60.0@gpdb/stable +orca/v3.61.0@gpdb/stable [imports] include, * -> build/include