Skip to content

Resolve conflicts in src/backend/storage/file/buffile.c#2587

Merged
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-26
May 29, 2026
Merged

Resolve conflicts in src/backend/storage/file/buffile.c#2587
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-26

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

  1. Commit 808e13b in src/backend/storage/file/buffile.c added a new
    conditional error message to the BufFileSeek function. However, earlier
    commit 5028054 had already done the same, but with incorrect
    indentation, and also added a conditional call to the BufFileFlush
    function.

  2. Commit 808e13b added a new function BufFileTruncateShared to
    src/backend/storage/file/buffile.c, while earlier GPDB-specific commits
    had already added the functions BufFileGetFilename, BufFileSuspend,
    BufFileResume, BufFilePledgeSequential, BufFileStartCompression,
    BufFileDumpCompressedBuffer, BufFileEndCompression,
    BufFileLoadCompressedBuffer in the same location.

1) Commit 808e13b in src/backend/storage/file/buffile.c added a new
conditional error message to the BufFileSeek function. However, earlier
commit 5028054 had already done the same, but with incorrect
indentation, and also added a conditional call to the BufFileFlush
function.

2) Commit 808e13b added a new function BufFileTruncateShared to
src/backend/storage/file/buffile.c, while earlier GPDB-specific commits
had already added the functions BufFileGetFilename, BufFileSuspend,
BufFileResume, BufFilePledgeSequential, BufFileStartCompression,
BufFileDumpCompressedBuffer, BufFileEndCompression,
BufFileLoadCompressedBuffer in the same location.
@RekGRpth RekGRpth merged commit 4e77b1b into sync-14x-b13 May 29, 2026
1 of 2 checks passed
@RekGRpth RekGRpth deleted the sync-14x-b13-26 branch May 29, 2026 10:03
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