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

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix name of CRC algorithm in "Reliability" section.
Date: 2024-08-09 15:53:58
Message-ID: E1scRwE-003Rr2-6j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/75bb3354e6da6cceae9756d2e3c473088e554b16

Modified Files
--------------
doc/src/sgml/wal.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-08-09 18:17:02 pgsql: doc: Standardize use of dashes in references to CRC and SHA.
Previous Message Tom Lane 2024-08-09 15:22:05 pgsql: Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.