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 1pJvE9-0006O0-BM for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Jan 2023 11:43:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pJvE6-0002a7-Ju for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Jan 2023 11:43:02 +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 1pJvE6-0002Zy-AH for pgsql-hackers@lists.postgresql.org; Mon, 23 Jan 2023 11:43:02 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pJvE4-0008Nq-C3 for pgsql-hackers@lists.postgresql.org; Mon, 23 Jan 2023 11:43:01 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id D85E82F49D97 for ; Mon, 23 Jan 2023 12:42:58 +0100 (CET) Received: from s934.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id C7EA42E285F3; Mon, 23 Jan 2023 12:42:58 +0100 (CET) Received: from s473.loopia.se (unknown [172.22.191.6]) by s934.loopia.se (Postfix) with ESMTP id C26317CEA4F; Mon, 23 Jan 2023 12:42:58 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s979.loopia.se ([172.22.191.5]) by s473.loopia.se (s473.loopia.se [172.22.190.13]) (amavisd-new, port 10024) with LMTP id mClnIbboAnmy; Mon, 23 Jan 2023 12:42:58 +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 s979.loopia.se (Postfix) with ESMTPSA id 36B6E10BC48A; Mon, 23 Jan 2023 12:42:58 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.100.31\)) Subject: Re: TAP output format in pg_regress From: Daniel Gustafsson In-Reply-To: Date: Mon, 23 Jan 2023 12:42:57 +0100 Cc: Nikolay Shaplov , Andres Freund , =?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= , PostgreSQL Developers , Andrew Dunstan , Tom Lane , Peter Eisentraut Content-Transfer-Encoding: quoted-printable Message-Id: <4B2CBB72-9B1D-4028-9CAD-E53DF303AB8D@yesql.se> References: <5e6bc6a6-0a4e-109d-2b7d-c286dc58d609@enterprisedb.com> <20221128182848.rxcmaxtw3mclmyr4@awork3.anarazel.de> <5348601.u5redSiXY4@thinkpad-pgpro> <655E7296-24A1-4481-A992-B5CD55B7F7DB@yesql.se> To: vignesh C X-Mailer: Apple Mail (2.3696.100.31) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 19 Jan 2023, at 12:14, vignesh C wrote: > The patch does not apply on top of HEAD as in [1], please post a = rebased patch: The attached v16 is a rebase on top of current master which resolves the conflict which came from the recent commit removing the "ignore" = functionality. It also fixes a few small things pointed out off-list. -- Daniel Gustafsson