Fixing incorrect spelling and breaking up a long sentence.
Author: Daniel Gustafsson <daniel@yesql.se>
Reported-by: Thom Brown <thom@linux.com>
Discussion: https://postgr.es/m/CAA-aLv5pZNZbdhPG2Wu0fzyKCjn9TTzN9QZ=JONPyqZQKhBV=g@mail.gmail.com
<para>
A checkpoint is a point in the write-ahead log sequence at which
all data files for permanent relations have been updated to reflect the
- information in the log. All data for permanent relations files will be
- flushed to disk, dirty buffers of unlogged relations are not flushed unless
+ information in the log. All data for permanent relation files will be
+ flushed to disk. Dirty buffers of unlogged relations are not flushed unless
<literal>FLUSH_UNLOGGED</literal> is specified. Refer to
<xref linkend="wal-configuration"/> for more details about what happens
during a checkpoint.