Re: TAP output format in pg_regress

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: vignesh C <vignesh21@gmail.com>
Cc: Nikolay Shaplov <dhyan@nataraj.su>, Andres Freund <andres@anarazel.de>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>, Andrew Dunstan <andrew@dunslane.net>, Tom Lane <tgl@sss.pgh.pa.us>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2023-01-19T12:02:07Z
Lists: pgsql-hackers
> On 19 Jan 2023, at 12:14, vignesh C <vignesh21@gmail.com> wrote:

> The patch does not apply on top of HEAD as in [1], please post a rebased patch:

Sorry for the silence, and thanks for your previous rebase, $life has kept me
too busy lately.  I'll post a rebased version shortly.

--
Daniel Gustafsson




Commits

  1. pg_regress: Emit TAP compliant output

  2. Consider a failed process as a failed test in pg_regress

  3. Avoid reference to nonexistent array element in ExecInitAgg().