diff options
| author | Daniel Gustafsson | 2026-09-17 21:04:04 +0000 |
|---|---|---|
| committer | Daniel Gustafsson | 2026-09-17 21:04:04 +0000 |
| commit | 6b0760a10a32f2471c22eed7102f77c18d836423 (patch) | |
| tree | e6c9af27e24e4bb6ad856f9e7869290cd935f058 /doc | |
| parent | 0f433a6b3576cc9d381c653ba9799960ac2e64c3 (diff) | |
Further post-revert cleanup after online checksumsREL_19_STABLE
When reverting I had missed updating the documentation for tracking data
checksum failures and the checksum version in the REDO record. The test-
code for enabling and disabling checksums offline was originally kept to
minimize backpatching conflicts, but the amount of testcode backpatching
doesn't really warrant keeping dead code.
Since no version has been shipped since bumping XLOG_PAGE_MAGIC it is
left at the previous bump version.
Reported-by: Fujii Masao <masao.fujii@gmail.com>
Reported-by: Manuel Reyes Bravo <manuelreyesbravo@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwFLNCA9nVHSsC_=G_mvsK_fAFb+QbJAL7=R9cK2PL9ZBQ@mail.gmail.com
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 86982079362..fe31b7b62ec 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -3902,14 +3902,9 @@ 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). Detected failures are not reset if - the <xref linkend="guc-data-checksums"/> setting changes. Clusters - which are initialized without data checksums will show this as - <literal>0</literal>. In <productname>PostgreSQL</productname> version - 18 and earlier, this was set to <literal>NULL</literal> for clusters - with data checksums disabled. - </para> - </entry> + database (or on a shared object), or NULL if data checksums are + disabled. + </para></entry> </row> <row> @@ -3918,8 +3913,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). Last failure is reported - regardless of the <xref linkend="guc-data-checksums"/> setting. + this database (or on a shared object), or NULL if data checksums are + disabled. </para></entry> </row> |
