We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b919a97 commit 8c35486Copy full SHA for 8c35486
doc/src/sgml/wal.sgml
@@ -186,7 +186,7 @@
186
<itemizedlist>
187
<listitem>
188
<para>
189
- 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
190
that allows us to tell if record contents are correct. The CRC value
191
is set when we write each WAL record and checked during crash recovery,
192
archive recovery and replication.
@@ -212,7 +212,7 @@
212
</listitem>
213
214
215
- 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.
216
</para>
217
218
0 commit comments