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 1wDJ05-002pkk-2H for pgsql-docs@arkaria.postgresql.org; Thu, 16 Apr 2026 09:27:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wDJ04-0055TI-2U for pgsql-docs@arkaria.postgresql.org; Thu, 16 Apr 2026 09:27:04 +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 1wDJ04-0055TA-1S for pgsql-docs@lists.postgresql.org; Thu, 16 Apr 2026 09:27:04 +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 1wDJ01-00000001I7l-1FHu for pgsql-docs@lists.postgresql.org; Thu, 16 Apr 2026 09:27:03 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 459405AF303 for ; Thu, 16 Apr 2026 11:26:58 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 31E5C5AE5B5; Thu, 16 Apr 2026 11:26:58 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s979.loopia.se (Postfix) with ESMTP id 2ED1F10BC413; Thu, 16 Apr 2026 11:26:58 +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: s473.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s981.loopia.se ([172.22.191.5]) by localhost (s473.loopia.se [172.22.190.13]) (amavis, port 10024) with LMTP id zORyz_3bzYrg; Thu, 16 Apr 2026 11:26:57 +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 s981.loopia.se (Postfix) with ESMTPSA id B3CB422B177F; Thu, 16 Apr 2026 11:26:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1776331617; bh=ayf1fyMNiXlhNZspjwZHIuyHxOq7ioeqTdl0wOq9638=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=EJ8CFEmXfOF21NEGFWGpwiUC6B60Mo7F69AIidVhR+dtwfERAgss8+wmI/AHiBP9H zAvpbzcYLCq4r+SnB0ER/Ag431HDivhY7ul5REHqzYMazJ8ZtKZkbMV5Tyhk2IYzXR yToA+Gk2TbAZjbbIRGVG+YfuU8uPvzUBNrOUT6xfGePm5V9Ed3frIc+gqYvOiqYkEu 67uXyq8yNGF8S10P15doo4uS6SiZiVglp8AkDMzWFT/BcOgD0w3n0vYV3T72qoVz6s +VSqYqncr7Btro4BLOD4F2xBKd7Mdh2gmCHmQnX6zefrbIr1KU8yQvrLCAzZRhLh9F RGhSLl7Dud+9A== 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: Thu, 16 Apr 2026 11:26:47 +0200 Cc: pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <307D3C0D-4628-4216-BD51-B4F7FBAE50FC@yesql.se> <66E96B37-F331-44D3-AC9D-A183542615B4@yesql.se> 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 16 Apr 2026, at 05:49, Fujii Masao wrote: >=20 > On Mon, Apr 13, 2026 at 5:24=E2=80=AFPM Daniel Gustafsson = wrote: >> Attached is what I have planned for this, it adds the GUCs as well as = tidies up >> the existing SSL SNI docs a bit. >=20 > LGTM. Thanks! Thanks for review, pushed to master. -- Daniel Gustafsson