]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix spelling for CHECKPOINT reference page
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 8 Jun 2026 09:03:54 +0000 (11:03 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 8 Jun 2026 09:03:54 +0000 (11:03 +0200)
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

doc/src/sgml/ref/checkpoint.sgml

index 08dbe62c612f09a07a6160da4bd9f751ad5b2acd..4d39610851d05bc8dcf0da560cf7205c49470ccf 100644 (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.