Skip to content

Resolve conflicts in src/backend/executor/execMain.c#2572

Merged
RekGRpth merged 3 commits into
sync-14x-b13from
sync-14x-b13-12
May 28, 2026
Merged

Resolve conflicts in src/backend/executor/execMain.c#2572
RekGRpth merged 3 commits into
sync-14x-b13from
sync-14x-b13-12

Conversation

@RekGRpth

@RekGRpth RekGRpth commented May 22, 2026

Copy link
Copy Markdown
Member
  1. Commit 1375422 in src/backend/executor/execMain.c removed the
    conditional initialization of ResultRelInfo in the InitPlan function,
    while the earlier commit 6b0e52b had already added a comment before
    this same location.

  2. Commit 1375422 in src/backend/executor/execMain.c separated part of
    the ExecEndPlan function into a new function, ExecCloseResultRelations,
    while the earlier commit 6b0e52b had already reversed the loop for
    calling ExecCloseIndices in this same location.

  3. Commit a04daa9 removed the es_result_relation_info field from the
    EState structure in src/include/nodes/execnodes.h. Remove it in
    GPDB-specific locations.

  4. Commit 1375422 removed the es_num_result_relations field from the
    EState structure in src/include/nodes/execnodes.h, replacing it with
    the new es_opened_result_relations field. Replace it in GPDB-specific
    locations.

1) Commit 1375422 in src/backend/executor/execMain.c removed the
conditional initialization of ResultRelInfo in the InitPlan function,
while the earlier commit 6b0e52b had already added a comment before
this same location.

2) Commit 1375422 in src/backend/executor/execMain.c separated part of
the ExecEndPlan function into a new function, ExecCloseResultRelations,
while the earlier commit 6b0e52b had already reversed the loop for
calling ExecCloseIndices in this same location.
RekGRpth added 2 commits May 28, 2026 10:20
3) Commit a04daa9 removed the es_result_relation_info field from the
EState structure in src/include/nodes/execnodes.h. Remove it in
GPDB-specific locations.

4) Commit 1375422 removed the es_num_result_relations field from the
EState structure in src/include/nodes/execnodes.h, replacing it with
the new es_opened_result_relations field. Replace it in GPDB-specific
locations.
@RekGRpth RekGRpth requested a review from silent-observer May 28, 2026 05:21
Comment thread src/backend/executor/execMain.c
Comment thread src/backend/commands/copy.c
@RekGRpth RekGRpth merged commit 4212fa8 into sync-14x-b13 May 28, 2026
1 check passed
@RekGRpth RekGRpth deleted the sync-14x-b13-12 branch May 28, 2026 09:41
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