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 1wBGVi-000tUU-1r for pgsql-docs@arkaria.postgresql.org; Fri, 10 Apr 2026 18:23:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wBGVf-00E1Mk-2t for pgsql-docs@arkaria.postgresql.org; Fri, 10 Apr 2026 18:23:16 +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 1wBGVf-00E1Mb-1s for pgsql-docs@lists.postgresql.org; Fri, 10 Apr 2026 18:23:16 +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 1wBGVe-00000000Ok8-29RU for pgsql-docs@lists.postgresql.org; Fri, 10 Apr 2026 18:23:16 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id CAD6B5736C5 for ; Fri, 10 Apr 2026 20:23:12 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id BC1A15738AF; Fri, 10 Apr 2026 20:23:12 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s980.loopia.se (Postfix) with ESMTP id B7ED7220159F; Fri, 10 Apr 2026 20:23:12 +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: s470.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s979.loopia.se ([172.22.191.6]) by localhost (s470.loopia.se [172.22.190.34]) (amavis, port 10024) with LMTP id jzuGMs47sU23; Fri, 10 Apr 2026 20:23:12 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 217.159.201.219 Received: from smtpclient.apple (219-201-159-217.sta.estpak.ee [217.159.201.219]) (Authenticated sender: daniel@yesql.se) by s979.loopia.se (Postfix) with ESMTPSA id 3FF1610BC3BA; Fri, 10 Apr 2026 20:23:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1775845392; bh=++YUjXTkGxn7C+G7285DiS2z2ybtD8hvlGNRVOYXaOY=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=wD5VksiLJWGoCdcEdDovigpl15svi34N6naH0wtkTogYJdi8oQwjhd/745WkozTjr SXYQdqt6K8xGPDComNnpIgpxefOEimPg1biF3ofH6XonKSo835Fif+hWmaNq4IOmtG cUYXu4sX98u2/8blv4OpQhrS/vAJd4vfi0ZhQHZbAQlbkwzgSNc43hofSCjADkObL0 WOzbI6TmkufemxVgTr/699zTOFggf3HffxaHXkFhrsyzBJLk1bFVLbi9BC3QNinunf 44rif1rNWfeKc4+2Rx4Dwk2utgK6zMryKz59Tw4A47MKXPehczy1lJz3jcncaRWx0U Pl8LcxQ3Xc9jQ== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: pgsql: ssl: Serverside SNI support for libpq From: Daniel Gustafsson In-Reply-To: Date: Fri, 10 Apr 2026 21:23:01 +0300 Cc: pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <307D3C0D-4628-4216-BD51-B4F7FBAE50FC@yesql.se> References: To: Fujii Masao 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 10 Apr 2026, at 18:34, Fujii Masao wrote: >=20 > On Wed, Mar 18, 2026 at 8:48=E2=80=AFPM Daniel Gustafsson > wrote: >>=20 >> ssl: Serverside SNI support for libpq >=20 > This commit introduced the hosts_file and ssl_sni GUCs and added them = to > postgresql.conf.sample, but I don't see any descriptions for them > in config.sgml. Was that just an oversight? That was a mistake when adding the doc portions of the patch. Thanks = for the report, I'll work on a patch. -- Daniel Gustafsson