This is an automated email from the ASF dual-hosted git repository.
reshke pushed a change to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 630d11d0a9c Feature: add TRY_CONVERT extension (#1873)
new fc6650c2b2b Fix hash join when inner hashkey expressions contain
Params.
new acb2b7302d9 Fix JOIN motion type selection for join quals containing
outer refs
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/backend/optimizer/plan/initsplan.c | 3 --
src/backend/optimizer/plan/subselect.c | 6 ++-
src/backend/optimizer/util/restrictinfo.c | 9 ++++
src/test/regress/expected/join_gp.out | 53 +++++++++++++++++++++++
src/test/regress/expected/join_gp_optimizer.out | 53 +++++++++++++++++++++++
src/test/regress/expected/join_hash.out | 43 ++++++++++++++++++
src/test/regress/expected/join_hash_optimizer.out | 43 ++++++++++++++++++
src/test/regress/sql/join_gp.sql | 16 +++++++
src/test/regress/sql/join_hash.sql | 19 ++++++++
9 files changed, 241 insertions(+), 4 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]