Skip to content

Resolve conflicts in src/backend/optimizer/plan/subselect.c#2579

Merged
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-18
May 28, 2026
Merged

Resolve conflicts in src/backend/optimizer/plan/subselect.c#2579
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-18

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

Commit d6c08e2 in the file src/backend/optimizer/plan/subselect.c in
the make_subplan and subplan_is_hashable functions changed work_mem to
hash_mem, and commit 41efb83 in the file
src/backend/optimizer/plan/subselect.c in the make_subplan function
changed the call to the subplan_is_hashable function to call a new
function subpath_is_hashable, and also moved the call to the
create_plan function under the condition, while the early commit
6b0e52b had already added the PlannerInfo *root argument and its use to
the subplan_is_hashable function, and other early GPDB-specific commits
had already added initialization of the curSlice and flow fields. Add a
similar PlannerInfo *root argument to the subpath_is_hashable function
and move the initialization of the curSlice and flow fields under the
condition.

Commit d6c08e2 in the file src/backend/optimizer/plan/subselect.c in
the make_subplan and subplan_is_hashable functions changed work_mem to
hash_mem, and commit 41efb83 in the file
src/backend/optimizer/plan/subselect.c in the make_subplan function
changed the call to the subplan_is_hashable function to call a new
function subpath_is_hashable, and also moved the call to the
create_plan function under the condition, while the early commit
6b0e52b had already added the PlannerInfo *root argument and its use to
the subplan_is_hashable function, and other early GPDB-specific commits
had already added initialization of the curSlice and flow fields. Add a
similar PlannerInfo *root argument to the subpath_is_hashable function
and move the initialization of the curSlice and flow fields under the
condition.
@RekGRpth RekGRpth merged commit f28eddf into sync-14x-b13 May 28, 2026
1 of 2 checks passed
@RekGRpth RekGRpth deleted the sync-14x-b13-18 branch May 28, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants