aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/wal.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index b9f719b151b..5a2c693849b 100644
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -185,7 +185,7 @@
<itemizedlist>
<listitem>
<para>
- Each individual record in a WAL file is protected by a CRC-32 (32-bit) check
+ Each individual record in a WAL file is protected by a CRC-32C (32-bit) check
that allows us to tell if record contents are correct. The CRC value
is set when we write each WAL record and checked during crash recovery,
archive recovery and replication.
@@ -211,7 +211,7 @@
</listitem>
<listitem>
<para>
- Individual state files in <filename>pg_twophase</filename> are protected by CRC-32.
+ Individual state files in <filename>pg_twophase</filename> are protected by CRC-32C.
</para>
</listitem>
<listitem>