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 1wVb3o-0024Ro-1n for pgsql-hackers@arkaria.postgresql.org; Fri, 05 Jun 2026 20:22:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wVb3m-00EZAs-34 for pgsql-hackers@arkaria.postgresql.org; Fri, 05 Jun 2026 20:22:30 +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 1wVb3m-00EZAk-1i for pgsql-hackers@lists.postgresql.org; Fri, 05 Jun 2026 20:22:30 +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 1wVb3k-00000001UCY-29Ei for pgsql-hackers@lists.postgresql.org; Fri, 05 Jun 2026 20:22:30 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id A52DD611CA3 for ; Fri, 05 Jun 2026 22:22:27 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 8B73D611A1D; Fri, 05 Jun 2026 22:22:27 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s981.loopia.se (Postfix) with ESMTP id 880C922B16E0; Fri, 05 Jun 2026 22:22:27 +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: s898.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.6]) by localhost (s898.loopia.se [172.22.190.17]) (amavis, port 10024) with LMTP id xD4E5_cahaqd; Fri, 5 Jun 2026 22:22:27 +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 s980.loopia.se (Postfix) with ESMTPSA id DF37E220156A; Fri, 05 Jun 2026 22:22:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1780690947; bh=Ahw2liA2gpAq1fTb3/8t1hS54Ar5UYqKFUGptQMTIIc=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=O4Y6k52QHS/D/X3kpcfY09PNToeBpYSsMb74o5fV4E0hlCF+bnVPfpcaQgduXkuO+ pcUlczvbUIk1LrSrlfHb1WkrDfs7do97YtG4uaT6AeHnHdIKLbGJUEPMxcYcRdTM3F 57oer7ipoR79fyDMzGtbs67jh9nrsY13HwuOzOQ57NVdvJbLssS+rsvZU+GJ6JszjG ZsoWcCZeyKhzjOWJG58hufzTFCfWP8ozpLz3GQ6nMSOD8Ozwf63TSp8TKA5y2VNkdR CLy80EtbWtyzjtEaocRrS5MO4qhSalaHylOWzj2wFNyfU/qW090obBYYqGE0UMDYvi Dtbp8MFo68NTQ== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: [PATCH] Clarify that ssl_groups is for any key exchange groups From: Daniel Gustafsson In-Reply-To: Date: Fri, 5 Jun 2026 22:22:16 +0200 Cc: "Si, Evan" , "pgsql-hackers@lists.postgresql.org" Content-Transfer-Encoding: quoted-printable Message-Id: <51F54CD3-5791-40D5-984A-AA41BBEAE582@yesql.se> References: <273BE242-48AE-41EE-8CDD-7A981502B056@amazon.com> To: Ewan Young X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 4 Jun 2026, at 05:00, Ewan Young wrote: > v2 looks good to me, and I have nothing further. I have applied the docs portion of this patch to master and = REL_18_STABLE, but given where we are in the release cycle I don't think the renames = qualify as fixes during a freeze. Please feel free to register this patch in the = upcoming commitfest to get the remaining portion into v20. You can add me as a = reviewer on that entry to make sure it stays on my radar. -- Daniel Gustafsson