Skip to content

Commit

Permalink
Merge pull request pgsql-jp#2684 from noborus/issue-2683
Browse files Browse the repository at this point in the history
オプション(--wal-segsize)間違い修正
  • Loading branch information
koizumistr authored Aug 4, 2023
2 parents edec75a + 9b27115 commit 907a7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/sgml/wal.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ WALデータをディスクに書き込むための2つの内部関数があり
but it will take a very, very long time to exhaust the
available stock of numbers.
-->
<acronym>WAL</acronym>ログは、データディレクトリ以下の<filename>pg_wal</filename>ディレクトリに、通常16メガバイトのサイズを持つセグメントファイルの集合として格納されています(ただし、このサイズは<application>initdb</application>の<option>--with-wal-segsize</option>オプションで変更できます)。
<acronym>WAL</acronym>ログは、データディレクトリ以下の<filename>pg_wal</filename>ディレクトリに、通常16メガバイトのサイズを持つセグメントファイルの集合として格納されています(ただし、このサイズは<application>initdb</application>の<option>--wal-segsize</option>オプションで変更できます)。
各セグメントは通常8キロバイトのページに分割されます(このサイズは<option>--with-wal-blocksize</option>というconfigureオプションで変更できます)。
ログレコード用のヘッダは<filename>access/xlogrecord.h</filename>に記述されています。レコードの内容は、ログの対象となるイベントの種類によって異なります。
セグメントファイルは名前として<filename>000000010000000000000001</filename>から始まる、常に増加する数が与えられています。
Expand Down

0 comments on commit 907a7b3

Please sign in to comment.