Re: fix CRC algorithm in WAL reliability docs
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2024-08-09T18:17:35Z
Lists: pgsql-hackers
On Thu, Aug 08, 2024 at 03:13:50PM -0400, Robert Haas wrote: > LGTM. Committed, thanks. -- nathan
Commits
-
doc: Standardize use of dashes in references to CRC and SHA.
- 7fceb5725b05 18.0 landed
-
doc: Fix name of CRC algorithm in "Reliability" section.
- c17d2d685821 13.17 landed
- b07a9ee36e57 14.14 landed
- 93c82d0e6a25 16.5 landed
- 8c3548613d7e 18.0 landed
- 75bb3354e6da 15.9 landed
- 6bec76faa4bd 17.0 landed
- 016c3ea26c0a 12.21 landed
-
Switch to CRC-32C in WAL and other places.
- 5028f22f6eb0 9.5.0 cited