Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1whSGX-000EWS-1U for pgsql-docs@arkaria.postgresql.org; Wed, 08 Jul 2026 13:24:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1whSGV-007NBp-1r for pgsql-docs@arkaria.postgresql.org; Wed, 08 Jul 2026 13:24:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1whSGV-007NBh-0l for pgsql-docs@lists.postgresql.org; Wed, 08 Jul 2026 13:24:40 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1whSGS-00000000HC2-42vQ for pgsql-docs@lists.postgresql.org; Wed, 08 Jul 2026 13:24:39 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 56C6A64B16C for ; Wed, 08 Jul 2026 15:24:36 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 4846764CC33; Wed, 08 Jul 2026 15:24:36 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s981.loopia.se (Postfix) with ESMTP id 46D7822B1751; Wed, 08 Jul 2026 15:24:36 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s898.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.6]) by localhost (s898.loopia.se [172.22.190.17]) (amavis, port 10024) with LMTP id kbWPdXfkf0w8; Wed, 8 Jul 2026 15:24:35 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id 9FE82917F03; Wed, 08 Jul 2026 15:24:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1783517075; bh=TsteZ6+ENtkWdFeUIHtOhhJsYOBewUQO5c2X6sN64qA=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=RE9bco4KY2+XxfEO2xMZzWX3AAXu0yOOVbhphFeDa28s1eHhJ/chqObg7yC8u48bw 0Mmg1FbrYl3MUSXmkzpFoESHjt+JFeLKtj9eiDJ7pllMCAK72KSz5ITgnapDMZPuGa Tfuu5oQtTfF0Vp0qsR+QOBc1n8kyGthpPisaBCiZmmMJPmBqd/beefHUq22D2858vF 6pjhMNvmoV6OnIv3cghXYCNXJi+ah94bw/PeOJIv9POumunEWepvkPDL78QecEYZ8k 3c7cZp4xxc/Sw7hxQhGphrla8AvyakWX9888bF5IBSJ2HJxxI8pi9ZKoTXhS/0BhiK Aa/YRtCH56h0w== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: Fix data checksum progress reporting docs From: Daniel Gustafsson In-Reply-To: Date: Wed, 8 Jul 2026 15:24:25 +0200 Cc: "pgsql-docs@lists.postgresql.org" Content-Transfer-Encoding: 7bit Message-Id: References: To: Fujii Masao X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 8 Jul 2026, at 14:23, Fujii Masao wrote: > While trying the new features in v19, I found a few documentation > issues with pg_stat_progress_data_checksums: Thanks a lot for post-commit review! > - 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 proposed changes all look good to me, thanks! -- Daniel Gustafsson