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 1tLHqx-00DtHU-Ka for pgsql-hackers@arkaria.postgresql.org; Wed, 11 Dec 2024 08:13:52 +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 1tLHqv-00E7TJ-4s for pgsql-hackers@arkaria.postgresql.org; Wed, 11 Dec 2024 08:13:50 +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 1tLHqu-00E7Iq-PB for pgsql-hackers@lists.postgresql.org; Wed, 11 Dec 2024 08:13:50 +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.94.2) (envelope-from ) id 1tLHqt-002Dra-BL for pgsql-hackers@lists.postgresql.org; Wed, 11 Dec 2024 08:13:49 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 87BF81B4930 for ; Wed, 11 Dec 2024 09:13:46 +0100 (CET) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 78FD31B5514; Wed, 11 Dec 2024 09:13:46 +0100 (CET) Received: from s471.loopia.se (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id 76D612C8BAC0; Wed, 11 Dec 2024 09:13:46 +0100 (CET) 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: s471.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.5]) by s471.loopia.se (s471.loopia.se [172.22.190.35]) (amavisd-new, port 10024) with LMTP id mR2ZnegZAkBI; Wed, 11 Dec 2024 09:13:46 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id C9E712C8BAD0; Wed, 11 Dec 2024 09:13:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1733904825; bh=rtge47RRNWQomD0gitNSDa1uCNKVziQ6PaoJ298Y3sA=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=QoR79gTHHDeKZ9PUpb9nREhA0eZb1Xgtj2AKi29SXx19mLT5dgpQXAAShJ3nHns9n FBnHQLyZAfcLtSUzwh8Ii4uJytGP55EHEXP28p1ulVwVg1i9i0N+7W+iit1QpBLLR4 dSkpp/jIv9PwrnmC7Xb7lBw9wnUvEMIf4IRNR7/bVuNuTvE7gQz0xVcMC2/sol5BuO QgRcTWmOnczcPZdlUAoK5ZBRVN9+9QDqlcZJbARGbEkIhefezNia9KDnrcJqJv3gDq UCOazJ2cvBcMBs1pC7HyPypD3ccdqiAg5otHvEPAl8jgx0c/Ie+k/uDMpRddy1dTOz ysitbDK0sGcZg== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: Serverside SNI support in libpq From: Daniel Gustafsson In-Reply-To: Date: Wed, 11 Dec 2024 09:13:35 +0100 Cc: Jacob Champion , Pgsql Hackers Content-Transfer-Encoding: quoted-printable Message-Id: References: <1C81CD0D-407E-44F9-833A-DD0331C202E5@yesql.se> <88986722-5A72-4DEC-8750-BDBF67FF8C01@yesql.se> <7E77028B-5A3A-436B-9046-8E9992E9F94A@yesql.se> To: Michael Paquier X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 11 Dec 2024, at 01:34, Michael Paquier wrote: >=20 > On Wed, Dec 04, 2024 at 02:44:18PM +0100, Daniel Gustafsson wrote: >> No worries, I know you have a big path on your plate right now. The = attached >> v3 fixes a small buglet in the tests and adds silly reload testing to = try and >> stress out any issues. >=20 > Looks like this still fails quite heavily in the CI.. You may want to > look at that. Interestingly enough the CFBot hasn't picked up that there are new = version posted and the buildfailure is from the initial patch in the thread, = which no longer applies (as the CFBot righly points out). I'll try posting = another version later today to see if that gets it unstuck. -- Daniel Gustafsson