Re: Addition of %b/backend_type in log_line_prefix of TAP test logs
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Michael Paquier <michael@paquier.xyz>
Cc: Fujii Masao <masao.fujii@gmail.com>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-05-21T07:24:26Z
Lists: pgsql-hackers
> On 21 May 2025, at 04:48, Michael Paquier <michael@paquier.xyz> wrote: > > 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. Agreed, and +1 on the change in general. -- Daniel Gustafsson
Commits
-
Align log_line_prefix in CI and TAP tests with pg_regress.c
- 5ba00e175a4e 19 (unreleased) landed