mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
doc: clarify default checksum behavior in non-master branches
Also simplify and correct data checksum wording in master now that it is the default. PG 13 did not have the awkward wording. Reported-by: Felix <afripowered@gmail.com> Reviewed-by: Laurenz Albe Discussion: https://postgr.es/m/173928241056.707.3989867022954178032@wrigleys.postgresql.org Backpatch-through: 14
This commit is contained in:
@@ -3532,8 +3532,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
|
||||
</para>
|
||||
<para>
|
||||
Number of data page checksum failures detected in this
|
||||
database (or on a shared object), or NULL if data checksums are not
|
||||
enabled.
|
||||
database (or on a shared object), or NULL if data checksums are
|
||||
disabled.
|
||||
</para></entry>
|
||||
</row>
|
||||
|
||||
@@ -3543,8 +3543,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
|
||||
</para>
|
||||
<para>
|
||||
Time at which the last data page checksum failure was detected in
|
||||
this database (or on a shared object), or NULL if data checksums are not
|
||||
enabled.
|
||||
this database (or on a shared object), or NULL if data checksums are
|
||||
disabled.
|
||||
</para></entry>
|
||||
</row>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user