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 1uDQoI-00AgVZ-BB for pgsql-hackers@arkaria.postgresql.org; Fri, 09 May 2025 16:42:54 +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 1uDQoG-00C0FC-Sd for pgsql-hackers@arkaria.postgresql.org; Fri, 09 May 2025 16:42:52 +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.94.2) (envelope-from ) id 1uDQoG-00C0F2-IQ for pgsql-hackers@lists.postgresql.org; Fri, 09 May 2025 16:42:52 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uDQoE-000yut-0R for pgsql-hackers@postgresql.org; Fri, 09 May 2025 16:42:51 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 549Ggcva447545; Fri, 9 May 2025 12:42:39 -0400 From: Tom Lane To: Thomas Munro cc: Daniel Gustafsson , Andrew Dunstan , PostgreSQL Hackers , Jacob Champion Subject: Re: disabled SSL log_like tests In-reply-to: <372414.1746799431@sss.pgh.pa.us> References: <984fca80-85a8-4c6f-a5cc-bb860950b435@dunslane.net> <2199758.1744901785@sss.pgh.pa.us> <1ce11d3f-624c-4003-a032-1b10cc138305@dunslane.net> <2814408.1745005558@sss.pgh.pa.us> <2859105.1745015195@sss.pgh.pa.us> <1120735.1745350422@sss.pgh.pa.us> <3058990.1746485124@sss.pgh.pa.us> <3227092.1746580691@sss.pgh.pa.us> <3248136.1746592452@sss.pgh.pa.us> <3004EFB2-8FFA-429A-AC5E-E3F40E002A94@yesql.se> <3320404.1746633879@sss.pgh.pa.us> <8E3E58BF-CC99-4C45-9FB8-3BA83AA6FDC8@yesql.se> <51363.1746646179@sss.pgh.pa.us> <8293D36E-8027-4DB8-AB41-5EA2C2A9A788@yesql.se> <80137.1746654871@sss.pgh.pa.us> <182014.1746712177@sss.pgh.pa.us> <2C91E50A-BBBF-4863-8582-6BF2C645CCC1@yesql.se> <222848.1746735871@sss.pgh.pa.us> <58BC3DE1-4D63-4D4E-823F-BE7BF74E272B@yesql.se> <274033.1746749724@sss.pgh.pa.us>! ! <372414.1746799431@sss.pgh.pa.us> Comments: In-reply-to Tom Lane message dated "Fri, 09 May 2025 10:03:51 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <447543.1746808958.1@sss.pgh.pa.us> Date: Fri, 09 May 2025 12:42:38 -0400 Message-ID: <447544.1746808958@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Pushed all that stuff. The SSL tests pass for me now on OpenBSD 7.7, and hopefully the CI environment will be happy too. regards, tom lane