cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

Expose AO storage format checking functions for external use

Open reshke opened this issue 11 months ago • 1 comments

So that external tools such as pg_filedump does not need to copy the code in cdbappendonlystorageformat.c in order to verify checksum, get header info etc. This is done similar to storage/checksum_impl.h.

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • [ ] Bug fix (non-breaking change)
  • [ ] New feature (non-breaking change)
  • [ ] Breaking change (fix or feature with breaking changes)
  • [ ] Documentation update

Breaking Changes

Test Plan

  • [ ] Unit tests added/updated
  • [ ] Integration tests added/updated
  • [ ] Passed make installcheck
  • [ ] Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


reshke avatar Feb 21 '25 18:02 reshke

Just cherry-picking single commit. It ain't much, but it's honest work

reshke avatar Feb 21 '25 18:02 reshke