mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
doc: Spell checking
This commit is contained in:
@@ -836,7 +836,7 @@
|
||||
<acronym>WAL</acronym> logs are stored in the directory
|
||||
<filename>pg_wal</filename> under the data directory, as a set of
|
||||
segment files, normally each 16 MB in size (but the size can be changed
|
||||
by altering the <option>--wal-segsize</option> initdb option). Each segment is
|
||||
by altering the <option>--wal-segsize</option> <application>initdb</application> option). Each segment is
|
||||
divided into pages, normally 8 kB each (this size can be changed via the
|
||||
<option>--with-wal-blocksize</option> configure option). The log record headers
|
||||
are described in <filename>access/xlogrecord.h</filename>; the record
|
||||
|
Reference in New Issue
Block a user