mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Replace "transaction log" with "write-ahead log"
This makes documentation and error messages match the renaming of "xlog" to "wal" in APIs and file naming.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user