pgsql: Add documentation chapter about checksums - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Add documentation chapter about checksums
Date
Msg-id E1l199H-0000Tw-5K@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Revert "psql \dX: list extended statistics objects"
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing array-enlargement logic to test_regex.c.