pgsql: Add documentation chapter about checksums

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add documentation chapter about checksums
Date: 2021-01-17 14:35:23
Message-ID: E1l199H-0000Tw-5K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add documentation chapter about checksums

Data checksums did not have a longer discussion in the docs,
this adds a short section with an overview.

Extracted from the larger patch for on-line enabling of checksums, which
has many more authors and reviewers.

Author: Daniel Gustafsson
Reviewed-By: Magnus Hagander, Michael Banck (and others through the big patch)
Discussion: https://postgr.es/m/5ff49fa4.1c69fb81.658f3.04ac@mx.google.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cf621d9d84db1e6edaff8ffa26bad93fdce5f830

Modified Files
--------------
doc/src/sgml/amcheck.sgml | 4 ++--
doc/src/sgml/ref/initdb.sgml | 1 +
doc/src/sgml/wal.sgml | 49 +++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 51 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-01-17 17:53:55 pgsql: Add missing array-enlargement logic to test_regex.c.
Previous Message Tomas Vondra 2021-01-17 14:19:31 pgsql: Revert "psql \dX: list extended statistics objects"