Skip to content

Resolve conflicts in src/backend/optimizer/plan/setrefs.c#2577

Open
RekGRpth wants to merge 1 commit into
sync-14x-b13from
sync-14x-b13-17
Open

Resolve conflicts in src/backend/optimizer/plan/setrefs.c#2577
RekGRpth wants to merge 1 commit into
sync-14x-b13from
sync-14x-b13-17

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

  1. Commit 41efb83 in src/backend/optimizer/plan/setrefs.c added a new
    field, num_exec, to the fix_join_expr_context structure. However, the
    earlier commit 6b0e52b had already added the fields,
    use_outer_tlist_for_matching_nonvars and
    use_inner_tlist_for_matching_nonvars, to the same location.

  2. Commit 41efb83 in src/backend/optimizer/plan/setrefs.c added the
    num_exec argument to the initialization of the startOffset and
    endOffset fields in the fix_scan_expr function call. However, earlier
    GPDB-specific commits had already added GPDB-specific code to the same
    location.

  3. Commit 41efb83 in src/backend/optimizer/plan/setrefs.c added the
    num_exec argument to the initialization of the indexqual field in the
    set_indexonlyscan_references function when calling the fix_scan_list
    macro. However, commit 598f4b0 had already added the initialization of
    the indexqualorig field to the same location.

  4. Commit 41efb83 in src/backend/optimizer/plan/setrefs.c added the
    initialization of the num_exec field to the fix_join_expr function.
    However, commit 6b0e52b had already added the initialization of the
    use_outer_tlist_for_matching_nonvars and
    use_inner_tlist_for_matching_nonvars fields to the same location.

1) Commit 41efb83 in src/backend/optimizer/plan/setrefs.c added a new
field, num_exec, to the fix_join_expr_context structure. However, the
earlier commit 6b0e52b had already added the fields,
use_outer_tlist_for_matching_nonvars and
use_inner_tlist_for_matching_nonvars, to the same location.

2) Commit 41efb83 in src/backend/optimizer/plan/setrefs.c added the
num_exec argument to the initialization of the startOffset and
endOffset fields in the fix_scan_expr function call. However, earlier
GPDB-specific commits had already added GPDB-specific code to the same
location.

3) Commit 41efb83 in src/backend/optimizer/plan/setrefs.c added the
num_exec argument to the initialization of the indexqual field in the
set_indexonlyscan_references function when calling the fix_scan_list
macro. However, commit 598f4b0 had already added the initialization of
the indexqualorig field to the same location.

4) Commit 41efb83 in src/backend/optimizer/plan/setrefs.c added the
initialization of the num_exec field to the fix_join_expr function.
However, commit 6b0e52b had already added the initialization of the
use_outer_tlist_for_matching_nonvars and
use_inner_tlist_for_matching_nonvars fields to the same location.
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.

2 participants