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 1piCg3-0002QY-Mv for pgsql-hackers@arkaria.postgresql.org; Fri, 31 Mar 2023 11:12:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1piCg2-0000xW-KP for pgsql-hackers@arkaria.postgresql.org; Fri, 31 Mar 2023 11:12:14 +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 1piCg2-0000xN-B6 for pgsql-hackers@lists.postgresql.org; Fri, 31 Mar 2023 11:12:14 +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 1piCfv-0003bf-Nx for pgsql-hackers@lists.postgresql.org; Fri, 31 Mar 2023 11:12:13 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 3ADDB2F77605 for ; Fri, 31 Mar 2023 13:12:06 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 2A19B2E28931; Fri, 31 Mar 2023 13:12:06 +0200 (CEST) Received: from s476.loopia.se (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id 23C0010BC464; Fri, 31 Mar 2023 13:12:06 +0200 (CEST) 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 s476.loopia.se (s476.loopia.se [172.22.190.16]) (amavisd-new, port 10024) with LMTP id pN80Gr1wVPSP; Fri, 31 Mar 2023 13:12:05 +0200 (CEST) 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 7CE1B10BC456; Fri, 31 Mar 2023 13:12:05 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.2\)) Subject: Re: TAP output format in pg_regress From: Daniel Gustafsson In-Reply-To: <38AEB5D5-8877-4A58-94CC-195D9F9F6E3C@yesql.se> Date: Fri, 31 Mar 2023 13:12:05 +0200 Cc: vignesh C , Nikolay Shaplov , Andres Freund , =?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= , PostgreSQL Developers , Andrew Dunstan , Tom Lane Content-Transfer-Encoding: quoted-printable Message-Id: <841ABC17-359F-471A-A402-D2940899A0BD@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> <4B2CBB72-9B1D-4028-9CAD-E53DF303AB8D@yesql.se> <0CBE542D-F333-45DE-9D6B-533CCDB13CDE@yesql.se> <42883A10-AA8C-4044-B559-3E741F011B4E@yesql.se> <34735bb9-ca5e-8b3d-1ccd-c4ba252bbfa4@enterprisedb.com> <66CE8D6C-1344-4B55-9CB5-2E144DD3CCF1@yesql.se> <28cced17-a21b-84c0-2de2-e470d97089e5@enterprisedb.com> <424F65D5-CDB2-4120-BB59-1E562BBADD17@yesql.se> <38AEB5D5-8877-4A58-94CC-195D9F9F6E3C@yesql.se> To: Peter Eisentraut X-Mailer: Apple Mail (2.3696.120.41.1.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 29 Mar 2023, at 22:08, Daniel Gustafsson wrote: >=20 >> On 29 Mar 2023, at 21:14, Daniel Gustafsson wrote: >=20 >> Ugh, I clearly should've stayed on the couch yesterday. >=20 > Maybe today as well, just as I had sent this I realized there is = mention of the > output format in the docs that I had missed. The attached changes = that as well > to match the new format. (The section in question doesn't mention = using meson, > but I have a feeling that's tackled in one of the meson docs threads.) Pushed to master now with a few tweaks to comments and docs. Thanks for = all the reviews, I hope the new format will make meson builds easier/better = without compromising the human readable aspect of traditional builds. -- Daniel Gustafsson