Fix data checksum progress reporting docs

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Fix data checksum progress reporting docs
Date: 2026-07-08 12:23:32
Message-ID: CAHGQGwHJHJYAkYZBi3_O13np-Rou9UL637=hB3Y_-qdCgcZn-w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

While trying the new features in v19, I found a few documentation
issues with pg_stat_progress_data_checksums:

- pg_stat_progress_data_checksums has its own section, but is missing
from the progress view summary table.

- The general progress reporting overview does not mention online data
checksum operations.

- The section describes only checksum enabling, even though the view
also reports checksum disabling.

- The progress counter columns are documented as integer, but are
actually bigint.

The attached patch updates monitoring.sgml to address these issues.

Regards,

--
Fujii Masao

Attachment Content-Type Size
v1-0001-doc-Fix-data-checksum-progress-reporting-document.patch application/octet-stream 5.7 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2026-07-08 13:24:25 Re: Fix data checksum progress reporting docs
Previous Message PG Doc comments form 2026-07-08 10:43:12 66.6. Database Page Layout