Skip to content

Resolve conflicts in src/backend/optimizer/plan/planner.c#2576

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

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

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

  1. Commit 1375422 in src/backend/optimizer/plan/planner.c in the
    standard_planner function removed the assertion for the
    rootResultRelations field, while earlier commit e180c8a had already
    added an assertion in the same location.

  2. Commit 41efb83 in src/backend/optimizer/plan/planner.c in the
    subquery_planner function added initialization for the
    hasPseudoConstantQuals and hasAlternativeSubPlans fields, while earlier
    commits 6b0e52b and 7efe320 had already added initialization for the
    upd_del_replicated_table and config fields in the same location.

  3. Commit 62e221e in the src/backend/optimizer/plan/planner.c file in
    the create_one_window_path function added support for incremental
    sorting, although it is temporarily disabled in the GPDB.

1) Commit 1375422 in src/backend/optimizer/plan/planner.c in the
standard_planner function removed the assertion for the
rootResultRelations field, while earlier commit e180c8a had already
added an assertion in the same location.

2) Commit 41efb83 in src/backend/optimizer/plan/planner.c in the
subquery_planner function added initialization for the
hasPseudoConstantQuals and hasAlternativeSubPlans fields, while earlier
commits 6b0e52b and 7efe320 had already added initialization for the
upd_del_replicated_table and config fields in the same location.

3) Commit 62e221e in the src/backend/optimizer/plan/planner.c file in
the create_one_window_path function added support for incremental
sorting, although it is temporarily disabled in the GPDB.
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