Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Extraction of WAL Segment General Portion Headers #299

Open
sh-soltanpour opened this issue May 21, 2024 · 0 comments
Open

Implement Extraction of WAL Segment General Portion Headers #299

sh-soltanpour opened this issue May 21, 2024 · 0 comments
Assignees
Labels
feature New feature

Comments

@sh-soltanpour
Copy link
Contributor

Is your feature request related to a problem? Please describe.

As the beginning part of #296, we need to parse the general portion of WAL segment headers. This issue is just for parsing the general header and the rest of the data will be handled in the two other issues.

Describe the solution you'd like
Based on the image below, each page has a fixed-length general header, so we want to parse them and create a list of XLogRecord structs.

image source

Additional information

Any additional information you can provide, like an overall design description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant