Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/src/sgml/storage.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -1265,10 +1265,10 @@ data. Empty in ordinary tables.</entry>
The last field is a hint that shows whether pruning the page is likely
to be profitable: it tracks the oldest un-pruned XMAX on the page.
-->
《マッチ度[95.295613]》それぞれのページの最初の24バイトはページヘッダ(<structname>PageHeaderData</structname>)から構成されています。
それぞれのページの最初の24バイトはページヘッダ(<structname>PageHeaderData</structname>)から構成されています。
その書式を<xref linkend="pageheaderdata-table"/>にて説明します。
最初のフィールドは、このページに関連する最も最近のWAL項目を表しています。
2番目のフィールドには<xref linkend="app-initdb-data-checksums"/>が有効な場合にページチェックサムが格納されています。
2番目のフィールドには<link linkend="checksums">data checksums</link>が有効な場合にページチェックサムが格納されています。
次にフラグビットを含む2バイトのフィールドがあります。
その後に2バイトの整数フィールドが3つ続きます(<structfield>pd_lower</structfield>、<structfield>pd_upper</structfield>、<structfield>pd_special</structfield>)。
これらには、割り当てられていない空間の始まり、割り当てられていない空間の終わり、そして特別な空間の始まりのバイトオフセットが格納されています。
Expand Down
Loading