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 1wH7XU-006ser-14 for pgsql-hackers@arkaria.postgresql.org; Sun, 26 Apr 2026 22:01:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wH7XT-00BA6s-1T for pgsql-hackers@arkaria.postgresql.org; Sun, 26 Apr 2026 22:01:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wH7XT-00BA6i-0W for pgsql-hackers@lists.postgresql.org; Sun, 26 Apr 2026 22:01:19 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wH7XQ-00000002vgh-1nkB for pgsql-hackers@postgresql.org; Sun, 26 Apr 2026 22:01:18 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 59DAD5C1F78 for ; Mon, 27 Apr 2026 00:01:14 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 466365C3486; Mon, 27 Apr 2026 00:01:14 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s981.loopia.se (Postfix) with ESMTP id 43BE822B16D8; Mon, 27 Apr 2026 00:01:14 +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: s474.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.5]) by localhost (s474.loopia.se [172.22.190.14]) (amavis, port 10024) with LMTP id fJTRvapWKBar; Mon, 27 Apr 2026 00:01:13 +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 BCA00917F01; Mon, 27 Apr 2026 00:01:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1777240873; bh=JUjATTOXNa/n76GNnYoEN3FF5RewoTLqZJUeRtFDexw=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=aFhQRN8FzHvBzky7OSN+DaCMq5/N7+cPUJnpSXE/CPKmXBBCQvjNbkBPG5COUq1zE KZb+X7XbScKrKu4/K/DMNbHWU41XtjdpL43lDTitNEXd9PlIheZN2/CtDuRUiVP0MI RI2caBbhiSIfFbEcxdUVrYTBBO3XmIDjIsZnxOJhtyEiMhod65GHnvYWL/vfnhQZpg m72Pu7KgLXMw6SJ8+KqystGEHTZkUfgnTqjrqIIJTjswJ0s0OcJfIBgKzhItCU5lq2 TGtD/ww0LZiBehRaYl8hiU4+eUYVCMZKuIFUuJRTHMziEGXcSETygItdYy+PGLE5dM klx4Knz7OhKxQ== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: Separators in pg_hosts.conf fields From: Daniel Gustafsson In-Reply-To: <20260426215425.82@rfd.leadboat.com> Date: Mon, 27 Apr 2026 00:01:03 +0200 Cc: PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: References: <20260426213252.7a@rfd.leadboat.com> <9E767D01-08A1-4DF1-8122-B11AD932C8BA@yesql.se> <20260426215425.82@rfd.leadboat.com> To: Noah Misch 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 26 Apr 2026, at 23:54, Noah Misch wrote: > On Sun, Apr 26, 2026 at 11:40:13PM +0200, Daniel Gustafsson wrote: >> Yes, only the hostname field is a comma-separated list. I think this = should be >> added to the documentation as well on top of the test fix in your = patch. >=20 > Do you anticipate docs like "this isn't a list, but the file's general = parsing > rules require quotes if there's a comma"? Or something different? Something along those lines yes. >> Do you want me to take care of both parts? >=20 > That's fine. I also don't mind pushing what I sent. +1, please do. -- Daniel Gustafsson