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 1uad04-007kkt-5q for pgsql-docs@arkaria.postgresql.org; Sat, 12 Jul 2025 16:22:56 +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 1uad01-009fuj-Fz for pgsql-docs@arkaria.postgresql.org; Sat, 12 Jul 2025 16:22:54 +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 1uad01-009fub-8U for pgsql-docs@lists.postgresql.org; Sat, 12 Jul 2025 16:22:53 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uaczz-007DM9-0q for pgsql-docs@lists.postgresql.org; Sat, 12 Jul 2025 16:22:53 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 56CGMjKL028011; Sat, 12 Jul 2025 12:22:47 -0400 From: Tom Lane To: Fujii Masao cc: Daniel Gustafsson , pgsql-docs@lists.postgresql.org Subject: Re: Missing File weather.txt In-reply-to: <9c183993-d59e-4bb8-9a7d-169a2e407397@oss.nttdata.com> References: <158017814191.19852.15019251381150731439@wrigleys.postgresql.org> <68FE7D96-3F05-40E3-B3A2-04CE267CF28A@yesql.se> <89bd784e-c3ab-4d9e-9be1-0846bd8c260c@oss.nttdata.com> <10240.1751736559@sss.pgh.pa.us> <4DF3BEAF-EAAA-4C91-92B3-2CA8F022B383@yesql.se> <967885b6-aebf-4ff4-b950-a58c9d67587d@oss.nttdata.com> <9c183993-d59e-4bb8-9a7d-169a2e407397@oss.nttdata.com> Comments: In-reply-to Fujii Masao message dated "Sat, 12 Jul 2025 12:05:17 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28009.1752337365.1@sss.pgh.pa.us> Date: Sat, 12 Jul 2025 12:22:45 -0400 Message-ID: <28010.1752337365@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Fujii Masao writes: > On 2025/07/12 7:18, Daniel Gustafsson wrote: >> It should, fixed in v3. > LGTM. Thanks! I'm okay with this too. I find myself niggling a bit at the parenthetical remark "the white space on each line is actually a tab character". There's several tabs on each line, so use of the singular isn't quite right. However, the best alternative phrasing I could come up with is "each instance of white space is actually a single tab character", and that doesn't seem any more understandable. So maybe it's best left as you have it. regards, tom lane