From f58623faa856cfac67f1ff54b951f82f81fa1f59 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 8 Jun 2026 11:03:54 +0200 Subject: [PATCH] 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 --- doc/src/sgml/ref/checkpoint.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.