doc: Fix spelling for CHECKPOINT reference page

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
This commit is contained in:
Daniel Gustafsson 2026-06-08 11:03:54 +02:00
parent 4484165b07
commit f58623faa8

View file

@ -36,8 +36,8 @@ CHECKPOINT [ ( option [, ...] ) ]
<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.