提交 54086667 编写于 作者: B Bhuvnesh Chaudhary

Bump ORCA version 2.75.0

Update relevant tests files
上级 84666926
......@@ -40,10 +40,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
#include <string.h>
]],
[
return strncmp("2.74.", GPORCA_VERSION_STRING, 5);
return strncmp("2.75.", GPORCA_VERSION_STRING, 5);
])],
[AC_MSG_RESULT([[ok]])],
[AC_MSG_ERROR([Your ORCA version is expected to be 2.74.XXX])]
[AC_MSG_ERROR([Your ORCA version is expected to be 2.75.XXX])]
)
AC_LANG_POP([C++])
])# PGAC_CHECK_ORCA_VERSION
......
......@@ -12523,7 +12523,7 @@ int
main ()
{
return strncmp("2.74.", GPORCA_VERSION_STRING, 5);
return strncmp("2.75.", GPORCA_VERSION_STRING, 5);
;
return 0;
......@@ -12533,7 +12533,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 2.74.XXX" "$LINENO" 5
as_fn_error $? "Your ORCA version is expected to be 2.75.XXX" "$LINENO" 5
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
......
[requires]
orca/v2.74.0@gpdb/stable
orca/v2.75.0@gpdb/stable
[imports]
include, * -> build/include
......
......@@ -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/v2.74.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/v2.75.0/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH)
endif
clean_tools: opt_write_test
......
......@@ -259,6 +259,7 @@ INFO: Distributed transaction command 'Distributed Prepare' to ALL contents
INFO: Distributed transaction command 'Distributed Commit Prepared' to ALL contents
insert into boolean values ('t', 1);
INFO: Dispatch command to ALL contents
INFO: Dispatch command to ALL contents
INFO: Distributed transaction command 'Distributed Prepare' to ALL contents
INFO: Distributed transaction command 'Distributed Commit Prepared' to ALL contents
alter table boolean set distributed by (boo, b);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册