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.94.2) (envelope-from ) id 1v66uv-00Gyhs-8p for pgsql-docs@arkaria.postgresql.org; Tue, 07 Oct 2025 12:35:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1v66us-00GzAH-NP for pgsql-docs@arkaria.postgresql.org; Tue, 07 Oct 2025 12:35:43 +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.94.2) (envelope-from ) id 1v66us-00GzA7-Fd for pgsql-docs@lists.postgresql.org; Tue, 07 Oct 2025 12:35:43 +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.96) (envelope-from ) id 1v66ur-000rLW-0k for pgsql-docs@lists.postgresql.org; Tue, 07 Oct 2025 12:35:42 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 2FAC5441869 for ; Tue, 07 Oct 2025 14:35:40 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 1A93F442335; Tue, 07 Oct 2025 14:35:40 +0200 (CEST) Received: from s470.loopia.se (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id 18FD02C8BACD; Tue, 07 Oct 2025 14:35:40 +0200 (CEST) X-Virus-Scanned: amavisd-new 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: s470.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s979.loopia.se ([172.22.191.6]) by s470.loopia.se (s470.loopia.se [172.22.190.34]) (amavisd-new, port 10024) with UTF8LMTP id 805i42vTM0Jw; Tue, 7 Oct 2025 14:35:39 +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 s979.loopia.se (Postfix) with ESMTPSA id AD0E610BC445; Tue, 07 Oct 2025 14:35:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1759840539; bh=tuLgaec6IQcjQlTzq/M0+OF7TaqFNZc5XUJ9/AJtCr0=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=AgEpwM05AF+///eXvO0BTpwmhBgkBwpNi54NyVRUpzZkbj+9Pz1bD3U/anKemwkBK /YJQJ+nZWeeuP4nqZAyHKbc4CYVyNhy7VwA4qrICSOjE1GRw3Xf1N3i6rtS8FhL2uE /WWfjiFC8woau/0/0rrr3qybBSTWhbR3EFrubhdUq2qyZC5onIzVwl1YqHut9q2ouU X/I/p0Sb4XjXxnwxmTgEvNiu3Kvw8QOw07d3NmuN/ZRx3PYG51ud+5TdlEQvkEWTzB 52hiPphu58p6qWabqW+w/CRbsdRd86WaB84I7yr5PW4kJ4v8PtrrZfpaATSW8am4at QfZNKHSzjoZMw== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: doc: Fix missing closing parentheses in monitoring.sgml From: Daniel Gustafsson In-Reply-To: Date: Tue, 7 Oct 2025 14:35:29 +0200 Cc: pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: 7bit Message-Id: <1C189649-6221-4170-B62F-5624FC61B95B@yesql.se> References: To: Shinya Kato X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 7 Oct 2025, at 14:27, Shinya Kato wrote: > Attached is a doc-only fix that adds a missing closing parenthesis in > monitoring.sgml (pg_stat_progress_analyze: delay_time). Thanks, will fix (with a backpatch to 18). -- Daniel Gustafsson