Include missing transform for partial index scans [#143522031]

For some reason we didn't disable
InnerJoinWithInnerSelect2PartialDynamicIndexGetApply but we should.
上级 abefa35f
......@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
project(gpopt LANGUAGES CXX C)
set(GPORCA_VERSION_MAJOR 2)
set(GPORCA_VERSION_MINOR 20)
set(GPORCA_VERSION_MINOR 21)
set(GPORCA_VERSION_PATCH_DONT_BUMP_ME 0)
set(GPORCA_VERSION_STRING "${GPORCA_VERSION_MAJOR}.${GPORCA_VERSION_MINOR}.${GPORCA_VERSION_PATCH_DONT_BUMP_ME}")
......
......@@ -215,6 +215,7 @@ CBitSet *CXform::PbsHeterogeneousIndexXforms
(void) pbs->FExchangeSet(GPOPT_DISABLE_XFORM_TF(CXform::ExfSelect2PartialDynamicIndexGet));
(void) pbs->FExchangeSet(GPOPT_DISABLE_XFORM_TF(CXform::ExfInnerJoin2PartialDynamicIndexGetApply));
(void) pbs->FExchangeSet(GPOPT_DISABLE_XFORM_TF(CXform::ExfInnerJoinWithInnerSelect2PartialDynamicIndexGetApply));
return pbs;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册