Skip to content

Resolve conflicts in src/backend/optimizer/path/costsize.c#2575

Merged
RekGRpth merged 3 commits into
sync-14x-b13from
sync-14x-b13-15
May 25, 2026
Merged

Resolve conflicts in src/backend/optimizer/path/costsize.c#2575
RekGRpth merged 3 commits into
sync-14x-b13from
sync-14x-b13-15

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

  1. Commit a90c950 in src/backend/optimizer/path/costsize.c changed the
    comment and calculation of nrows in the clamp_row_est function, while
    earlier commit 6b0e52b had already moved the clamp_row_est function to
    src/include/optimizer/cost.h.

  2. Commit a90c950 in src/backend/optimizer/path/costsize.c in the
    final_cost_nestloop function removed isnan(outer_path_rows) from the
    conditions, while earlier commit c5f6dbb had already added the
    conditional setting of numsegments to the same location.

RekGRpth added 2 commits May 22, 2026 14:52
1) Commit a90c950 in src/backend/optimizer/path/costsize.c changed the
comment and calculation of nrows in the clamp_row_est function, while
earlier commit 6b0e52b had already moved the clamp_row_est function to
src/include/optimizer/cost.h.

2) Commit a90c950 in src/backend/optimizer/path/costsize.c in the
final_cost_nestloop function removed isnan(outer_path_rows) from the
conditions, while earlier commit c5f6dbb had already added the
conditional setting of numsegments to the same location.
Comment thread src/include/optimizer/cost.h
@RekGRpth RekGRpth merged commit 2924b6f into sync-14x-b13 May 25, 2026
1 check passed
@RekGRpth RekGRpth deleted the sync-14x-b13-15 branch May 25, 2026 07:40
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