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 1uad7E-007mAw-6S for pgsql-docs@arkaria.postgresql.org; Sat, 12 Jul 2025 16:30:20 +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 1uad7C-009iKZ-82 for pgsql-docs@arkaria.postgresql.org; Sat, 12 Jul 2025 16:30:18 +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 1uad7C-009iKR-0S for pgsql-docs@lists.postgresql.org; Sat, 12 Jul 2025 16:30:18 +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 1uad7A-007DOj-1W for pgsql-docs@lists.postgresql.org; Sat, 12 Jul 2025 16:30:18 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 5E2673E2F8C for ; Sat, 12 Jul 2025 18:30:15 +0200 (CEST) Received: from s934.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 38FA33E2F8B; Sat, 12 Jul 2025 18:30:15 +0200 (CEST) Received: from s473.loopia.se (unknown [172.22.191.5]) by s934.loopia.se (Postfix) with ESMTP id 3460B7CEA44; Sat, 12 Jul 2025 18:30:15 +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: s473.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.6]) by s473.loopia.se (s473.loopia.se [172.22.190.13]) (amavisd-new, port 10024) with LMTP id 9g8e9-PsTuWH; Sat, 12 Jul 2025 18:28:25 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: IPv6:2001:2043:5ad6:9500:cc0d:97b5:99a:4175 Received: from smtpclient.apple (unknown [IPv6:2001:2043:5ad6:9500:cc0d:97b5:99a:4175]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id 351547CE96C; Sat, 12 Jul 2025 18:28:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1752337703; bh=ds0811AAfUl61kPy1cXXqw+MBtUIPGJnpaMPzPKKY74=; h=From:Subject:Date:References:Cc:In-Reply-To:To; b=cLviiAHpiRynsxTZB7tOZq9DSMIep+41l6ZmBSQR1Rm0mYZVfBA1K4+WgkWQ6cNZm WMBpYz1m3cq3fK15qbJFE63JjlCYMaVZwiht60c43suTUOmz8W4iAXQ6qRsvyh7xUr wekRds3Sp53/R+CcrMzKm/NCsGzvHToZYKrwPcTIn64jDsczJwlMyLdwc2O0kuIeQZ UNVGJWQk+WDg4mfRhnR1sgZG2O9pWDxu/ja6VH4r3dWYmeKyV0VKt/cp5BzlVHlJXt yqPYhv8ex9e/f8gBj63NOykYfwhPmegrnCrNor13xjAKMPVzTNfSC6p0/J+CX2AreM RJ5KPfj/E4+1w== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Daniel Gustafsson Mime-Version: 1.0 (1.0) Subject: Re: Missing File weather.txt Date: Sat, 12 Jul 2025 18:28:12 +0200 Message-Id: References: <28010.1752337365@sss.pgh.pa.us> Cc: Fujii Masao , pgsql-docs@lists.postgresql.org In-Reply-To: <28010.1752337365@sss.pgh.pa.us> To: Tom Lane X-Mailer: iPhone Mail (20H350) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 12 Jul 2025, at 18:23, Tom Lane wrote: >=20 > =EF=BB=BFFujii Masao writes: >>> On 2025/07/12 7:18, Daniel Gustafsson wrote: >>> It should, fixed in v3. >=20 >> LGTM. Thanks! >=20 > 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. Or perhaps =E2=80=9Dvalues are separated by a tab character=E2=80=9D? ./daniel=