public inbox for [email protected]
help / color / mirror / Atom feedFrom: Bruce Momjian <[email protected]>
To: Ian Lawrence Barwick <[email protected]>
Cc: pgsql-docs <[email protected]>
Subject: Re: 9.3: mention checksum feature in "29.1. Reliability"
Date: Fri, 31 Jan 2014 19:05:48 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAB8KJ=gjE6mzvPapr8afmT8EcfvZPs-DTPTPewz=XoXf69YGQA@mail.gmail.com>
References: <CAB8KJ=gjE6mzvPapr8afmT8EcfvZPs-DTPTPewz=XoXf69YGQA@mail.gmail.com>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>
On Tue, Aug 27, 2013 at 01:31:45PM +0900, Ian Lawrence Barwick wrote:
> This page:
>
> http://www.postgresql.org/docs/9.3/static/wal-reliability.html
>
> says:
>
> "Data pages are not currently checksummed, though full page images
> recorded in WAL records will be protected. Data pages have a 16-bit
> field available for future use with a data page checksum feature."
>
> Patch with correction suggestion attached.
Modified patch attached and applied. Backpatched to 9.3. Thanks. I
removed the mention of 9.3 because that looks odd after a few releases.
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[text/x-diff] checksum.diff (907B, 2-checksum.diff)
download | inline diff:
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
new file mode 100644
index 059697e..c722532
*** a/doc/src/sgml/wal.sgml
--- b/doc/src/sgml/wal.sgml
***************
*** 193,201 ****
</listitem>
<listitem>
<para>
! Data pages are not currently checksummed, though full page images recorded
! in WAL records will be protected. Data pages have a 16-bit field available
! for future use with a data page checksum feature.
</para>
</listitem>
<listitem>
--- 193,202 ----
</listitem>
<listitem>
<para>
! Data pages are not currently checksummed by default, though full page images
! recorded in WAL records will be protected; see<link
! linkend="app-initdb-data-checksums"><application>initdb</></link>
! for details about enabling data page checksums.
</para>
</listitem>
<listitem>
view thread (3+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: 9.3: mention checksum feature in "29.1. Reliability"
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox