1
0
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:
Peter Eisentraut
2021-07-16 10:35:38 +02:00
parent 6cea447e6a
commit 46111fb7b5
13 changed files with 26 additions and 26 deletions

View File

@@ -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