summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/checkpoint.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/checkpoint.sgml')
-rw-r--r--doc/src/sgml/ref/checkpoint.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/checkpoint.sgml b/doc/src/sgml/ref/checkpoint.sgml
index fa4dcc4f27d..a8f3186d8c0 100644
--- a/doc/src/sgml/ref/checkpoint.sgml
+++ b/doc/src/sgml/ref/checkpoint.sgml
@@ -13,7 +13,7 @@
<refnamediv>
<refname>CHECKPOINT</refname>
- <refpurpose>force a transaction log checkpoint</refpurpose>
+ <refpurpose>force a write-ahead log checkpoint</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -26,7 +26,7 @@ CHECKPOINT
<title>Description</title>
<para>
- A checkpoint is a point in the transaction log sequence at which
+ A checkpoint is a point in the write-ahead log sequence at which
all data files have been updated to reflect the information in the
log. All data files will be flushed to disk. Refer to
<xref linkend="wal-configuration"> for more details about what happens