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 1qt8lY-00B02V-R5 for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Oct 2023 15:47:24 +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 1qt8lW-005cpJ-OM for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Oct 2023 15:47:23 +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 1qt8lW-005cop-Eh for pgsql-hackers@lists.postgresql.org; Wed, 18 Oct 2023 15:47:23 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qt8lT-001O3f-Ap for pgsql-hackers@postgresql.org; Wed, 18 Oct 2023 15:47:22 +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 39IFlHd03120586; Wed, 18 Oct 2023 11:47:17 -0400 From: Tom Lane To: Robert Haas cc: Andrew Dunstan , Thomas Munro , pgsql-hackers Subject: Re: Query execution in Perl TAP tests needs work In-reply-to: References: <4f3038c7-2b37-2625-c4c6-ebf7cbcb076d@dunslane.net> <05341dc0-a5c3-f631-35e3-54235cfed774@dunslane.net> <3111323.1697639279@sss.pgh.pa.us> Comments: In-reply-to Robert Haas message dated "Wed, 18 Oct 2023 11:41:28 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <3120584.1697644037.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Wed, 18 Oct 2023 11:47:17 -0400 Message-ID: <3120585.1697644037@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Robert Haas writes: > On Wed, Oct 18, 2023 at 10:28 AM Tom Lane wrote: >> I did a bit of research on this on my favorite platforms, and did >> not like the results: > Hmm. That's unfortunate. Is perl -MCPAN -e 'install Platypus::FFI' a > viable alternative? Probably, see my followup. regards, tom lane