|
237 | 237 | </indexterm>
|
238 | 238 |
|
239 | 239 | <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 page will 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 be enabled for a cluster. When enabled, each data page includes |
| 242 | + a checksum that is updated when the page is written and verified each time |
243 | 243 | the page is read. Only data pages are protected by checksums; internal data
|
244 | 244 | structures and temporary files are not.
|
245 | 245 | </para>
|
246 | 246 |
|
247 | 247 | <para>
|
248 |
| - Checksums verification is normally ENABLED when the cluster is initialized using <link |
| 248 | + Checksums are normally enabled when the cluster is initialized using <link |
249 | 249 | linkend="app-initdb-data-checksums"><application>initdb</application></link>.
|
250 | 250 | They can also be enabled or disabled at a later time as an offline
|
251 | 251 | operation. Data checksums are enabled or disabled at the full cluster
|
252 |
| - level, and cannot be specified for individual databases or tables. |
| 252 | + level, and cannot be specified individually for databases or tables. |
253 | 253 | </para>
|
254 | 254 |
|
255 | 255 | <para>
|
|
260 | 260 | </para>
|
261 | 261 |
|
262 | 262 | <para>
|
263 |
| - When attempting to recover from corrupt 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 from page corruptions, it may be necessary to |
| 264 | + bypass the checksum protection. To do this, temporarily set the |
| 265 | + configuration parameter <xref linkend="guc-ignore-checksum-failure" />. |
266 | 266 | </para>
|
267 | 267 |
|
268 | 268 | <sect2 id="checksums-offline-enable-disable">
|
|
0 commit comments