提交 143adc2e 编写于 作者: S Shreedhar Hardikar

Changes for ORCA commit: "IndexNLJ should not broadcast co-located tables"

Also, bump ORCA version to 3.61.0
上级 83b9d36c
...@@ -19,4 +19,4 @@ params: ...@@ -19,4 +19,4 @@ params:
BLD_TARGETS: BLD_TARGETS:
OUTPUT_ARTIFACT_DIR: gpdb_artifacts OUTPUT_ARTIFACT_DIR: gpdb_artifacts
CONFIGURE_FLAGS: CONFIGURE_FLAGS:
ORCA_TAG: v3.60.0 ORCA_TAG: v3.61.0
...@@ -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.60.", GPORCA_VERSION_STRING, 5); return strncmp("3.61.", GPORCA_VERSION_STRING, 5);
])], ])],
[AC_MSG_RESULT([[ok]])], [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++]) AC_LANG_POP([C++])
])# PGAC_CHECK_ORCA_VERSION ])# PGAC_CHECK_ORCA_VERSION
......
...@@ -13995,7 +13995,7 @@ int ...@@ -13995,7 +13995,7 @@ int
main () main ()
{ {
return strncmp("3.60.", GPORCA_VERSION_STRING, 5); return strncmp("3.61.", GPORCA_VERSION_STRING, 5);
; ;
return 0; return 0;
...@@ -14005,7 +14005,7 @@ if ac_fn_cxx_try_run "$LINENO"; then : ...@@ -14005,7 +14005,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.60.XXX" "$LINENO" 5 as_fn_error $? "Your ORCA version is expected to be 3.61.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.60.0@gpdb/stable orca/v3.61.0@gpdb/stable
[imports] [imports]
include, * -> build/include include, * -> build/include
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册