From b1ffce6f333b012119098a09707c5903478bf5a8 Mon Sep 17 00:00:00 2001 From: Noboru Saito Date: Mon, 24 Aug 2026 08:12:26 +0900 Subject: [PATCH] =?UTF-8?q?storage.sgml=E3=81=AE18.6=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=E3=81=A7=E3=81=99=E3=80=82link=E3=81=AE=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=81=AE=E3=81=BF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/sgml/storage.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index fc92ebeec02..44b24a2e444 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -1265,10 +1265,10 @@ data. Empty in ordinary tables. 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バイトはページヘッダ(PageHeaderData)から構成されています。 +それぞれのページの最初の24バイトはページヘッダ(PageHeaderData)から構成されています。 その書式をにて説明します。 最初のフィールドは、このページに関連する最も最近のWAL項目を表しています。 -2番目のフィールドにはが有効な場合にページチェックサムが格納されています。 +2番目のフィールドにはdata checksumsが有効な場合にページチェックサムが格納されています。 次にフラグビットを含む2バイトのフィールドがあります。 その後に2バイトの整数フィールドが3つ続きます(pd_lowerpd_upperpd_special)。 これらには、割り当てられていない空間の始まり、割り当てられていない空間の終わり、そして特別な空間の始まりのバイトオフセットが格納されています。