Re: Addition of %b/backend_type in log_line_prefix of TAP test logs

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-05-21T02:48:49Z
Lists: pgsql-hackers
On Wed, May 21, 2025 at 11:41:18AM +0900, Fujii Masao wrote:
> Since pg_regress uses log_line_prefix = '%m %b[%p] %q%a ',
> isn't it better to use the same setting in TAP tests as well?

Oh, right, good point.  I've managed to miss this part in
pg_regress.c.  Using the same value makes even more sense.
--
Michael

Commits

  1. Align log_line_prefix in CI and TAP tests with pg_regress.c