mirror of
https://github.com/postgres/postgres.git
synced 2026-06-21 06:29:06 -04:00
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:
parent
4484165b07
commit
f58623faa8
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue