Re: Some incorrect logs in TAP tests of pgbench
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Michael Paquier <michael@paquier.xyz>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-25T15:55:13Z
Lists: pgsql-hackers
On 2021-Jun-25, Michael Paquier wrote: > I am a bit dubious that this information is useful when it comes to > debugging because we have the name of the tests close by, so I would > just remove those extra logs. If people prefer keeping this > information around, we could fix the format with something like the > attached, for example. I agree it's not useful -- command_checks_all logs each element of those arrays already, when doing its like(). So ISTM we can do away with them. -- Álvaro Herrera 39°49'30"S 73°17'W "Most hackers will be perfectly comfortable conceptualizing users as entropy sources, so let's move on." (Nathaniel Smith)
Commits
-
Remove some useless logs from the TAP tests of pgbench
- dcb0e243dd3d 11.13 landed
- aa2734f5bcdf 12.8 landed
- 0455b7ccce3c 13.4 landed
- 704e1dbd9aa2 14.0 landed