Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nMyhI-0002PZ-OR for pgsql-hackers@arkaria.postgresql.org; Wed, 23 Feb 2022 20:57:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nMyhH-0002A9-KV for pgsql-hackers@arkaria.postgresql.org; Wed, 23 Feb 2022 20:57:15 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nMyhH-00029z-BK for pgsql-hackers@lists.postgresql.org; Wed, 23 Feb 2022 20:57:15 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nMyhF-0000tz-5G for pgsql-hackers@postgresql.org; Wed, 23 Feb 2022 20:57:15 +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 21NKv8p61251255; Wed, 23 Feb 2022 15:57:08 -0500 From: Tom Lane To: Andrew Dunstan cc: Andres Freund , pgsql-hackers@postgresql.org Subject: Re: convert libpq uri-regress tests to tap test In-reply-to: <0b8719b8-f339-ebc0-781a-737db158b671@dunslane.net> References: <20220223203031.ezrd73ohvjgfksow@alap3.anarazel.de> <0b8719b8-f339-ebc0-781a-737db158b671@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Wed, 23 Feb 2022 15:39:25 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1251253.1645649828.1@sss.pgh.pa.us> Date: Wed, 23 Feb 2022 15:57:08 -0500 Message-ID: <1251254.1645649828@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > On 2/23/22 15:30, Andres Freund wrote: >> Perhaps we should just rename src/test/modules/libpq_pipeline to >> src/test/modules/libpq and move uri-regress in there as well? > WFM +1 regards, tom lane