doc: Fix name of CRC algorithm in "Reliability" section.

Nathan Bossart <nathan@postgresql.org>

Commit: 016c3ea26c0a156b28e33915ab2575d73039cf5a
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2024-08-09T15:52:37Z
Releases: 12.21
doc: Fix name of CRC algorithm in "Reliability" section.

This section claims we use CRC-32 for WAL records and two-phase
state files, but we've actually used CRC-32C since v9.5 (commit
5028f22f6e).  Fix that.

Reviewed-by: Robert Haas
Discussion: https://postgr.es/m/ZrUFpLP-w2zTAHqq%40nathan
Backpatch-through: 12

Files

PathChange+/−
doc/src/sgml/wal.sgml modified +2 −2

Documentation touched

Discussion