From: Daniel Gustafsson Date: Mon, 8 Jun 2026 09:03:54 +0000 (+0200) Subject: doc: Fix spelling for CHECKPOINT reference page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f58623faa856cfac67f1ff54b951f82f81fa1f59;p=thirdparty%2Fpostgresql.git doc: Fix spelling for CHECKPOINT reference page Fixing incorrect spelling and breaking up a long sentence. Author: Daniel Gustafsson Reported-by: Thom Brown Discussion: https://postgr.es/m/CAA-aLv5pZNZbdhPG2Wu0fzyKCjn9TTzN9QZ=JONPyqZQKhBV=g@mail.gmail.com --- diff --git a/doc/src/sgml/ref/checkpoint.sgml b/doc/src/sgml/ref/checkpoint.sgml index 08dbe62c612..4d39610851d 100644 --- a/doc/src/sgml/ref/checkpoint.sgml +++ b/doc/src/sgml/ref/checkpoint.sgml @@ -36,8 +36,8 @@ CHECKPOINT [ ( option [, ...] ) ] 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 FLUSH_UNLOGGED is specified. Refer to for more details about what happens during a checkpoint.