Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbd1b8d0

Browse files
committed
doc: Improve description of data checksums
This partially reverts bcf2667 that got incorrectly merged, and thisimproves the wording of the documentation that existed before that.Per discussion with Justin Pryzby.Discussion:https://postgr.es/m/20210301004647.GF20769@telsasoft.com
1 parent8c1b6a1 commitbd1b8d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎doc/src/sgml/wal.sgml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,19 +237,19 @@
237237
</indexterm>
238238

239239
<para>
240-
By default, data pages are not protected by checksums, but this can optionally be
241-
enabled for a cluster.When enabled, each data pagewill be ASSIGNED a
242-
checksum that is updated when the page is written and verified each time
240+
By default, data pages are not protected by checksums, but this can
241+
optionally beenabled for a cluster. When enabled, each data pageincludes
242+
achecksum that is updated when the page is written and verified each time
243243
the page is read. Only data pages are protected by checksums; internal data
244244
structures and temporary files are not.
245245
</para>
246246

247247
<para>
248-
Checksumsverification isnormallyENABLED when the cluster is initialized using <link
248+
Checksumsarenormallyenabled when the cluster is initialized using <link
249249
linkend="app-initdb-data-checksums"><application>initdb</application></link>.
250250
They can also be enabled or disabled at a later time as an offline
251251
operation. Data checksums are enabled or disabled at the full cluster
252-
level, and cannot be specifiedfor individual databases or tables.
252+
level, and cannot be specifiedindividually for databases or tables.
253253
</para>
254254

255255
<para>
@@ -260,9 +260,9 @@
260260
</para>
261261

262262
<para>
263-
When attempting to recover fromcorrupt data, it may be necessary to bypass
264-
the checksum protection. To do this, temporarily set the configuration
265-
parameter <xref linkend="guc-ignore-checksum-failure" />.
263+
When attempting to recover frompage corruptions, it may be necessary to
264+
bypassthe checksum protection. To do this, temporarily set the
265+
configurationparameter <xref linkend="guc-ignore-checksum-failure" />.
266266
</para>
267267

268268
<sect2 id="checksums-offline-enable-disable">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp