提交 395179c8 编写于 作者: C Chris Hajas 提交者: Chris Hajas

Bump ORCA version to 3.112.0

Corresponding ORCA commit: "Disallow physical index scans in Orca to
have predicate condition with subquery"
上级 f6275724
...@@ -40,10 +40,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ ...@@ -40,10 +40,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
#include <string.h> #include <string.h>
]], ]],
[ [
return strncmp("3.111.", GPORCA_VERSION_STRING, 6); return strncmp("3.112.", GPORCA_VERSION_STRING, 6);
])], ])],
[AC_MSG_RESULT([[ok]])], [AC_MSG_RESULT([[ok]])],
[AC_MSG_ERROR([Your ORCA version is expected to be 3.111.XXX])] [AC_MSG_ERROR([Your ORCA version is expected to be 3.112.XXX])]
) )
AC_LANG_POP([C++]) AC_LANG_POP([C++])
])# PGAC_CHECK_ORCA_VERSION ])# PGAC_CHECK_ORCA_VERSION
......
...@@ -12487,7 +12487,7 @@ int ...@@ -12487,7 +12487,7 @@ int
main () main ()
{ {
return strncmp("3.111.", GPORCA_VERSION_STRING, 6); return strncmp("3.112.", GPORCA_VERSION_STRING, 6);
; ;
return 0; return 0;
...@@ -12497,7 +12497,7 @@ if ac_fn_cxx_try_run "$LINENO"; then : ...@@ -12497,7 +12497,7 @@ if ac_fn_cxx_try_run "$LINENO"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
$as_echo "ok" >&6; } $as_echo "ok" >&6; }
else else
as_fn_error $? "Your ORCA version is expected to be 3.111.XXX" "$LINENO" 5 as_fn_error $? "Your ORCA version is expected to be 3.112.XXX" "$LINENO" 5
fi fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
......
[requires] [requires]
orca/v3.111.0@gpdb/stable orca/v3.112.0@gpdb/stable
[imports] [imports]
include, * -> build/include include, * -> build/include
......
...@@ -120,7 +120,7 @@ sync_tools: opt_write_test /opt/releng/apache-ant ...@@ -120,7 +120,7 @@ sync_tools: opt_write_test /opt/releng/apache-ant
-Divyrepo.user=$(IVYREPO_USER) -Divyrepo.passwd="$(IVYREPO_PASSWD)" -quiet resolve); -Divyrepo.user=$(IVYREPO_USER) -Divyrepo.passwd="$(IVYREPO_PASSWD)" -quiet resolve);
ifeq "$(findstring aix,$(BLD_ARCH))" "" ifeq "$(findstring aix,$(BLD_ARCH))" ""
LD_LIBRARY_PATH='' wget --no-check-certificate -q -O - https://github.com/greenplum-db/gporca/releases/download/v3.111.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.112.0/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH)
endif endif
clean_tools: opt_write_test clean_tools: opt_write_test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册