Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit061e7ef

Browse files
committed
Allow WAL record header to be split across pages.
This saves a few bytes of WAL space, but the real motivation is to make itpredictable how much WAL space a record requires, as it no longer dependson whether we need to waste the last few bytes at end of WAL page becausethe header doesn't fit.The total length field of WAL record, xl_tot_len, is moved to the beginningof the WAL record header, so that it is still always found on the first pagewhere a WAL record begins.Bump WAL version number again as this is an incompatible change.
1 parent20ba5ca commit061e7ef

File tree

4 files changed

+207
-155
lines changed

4 files changed

+207
-155
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp