pgsql: Fix aggregate logging of pgbench.

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgsql: Fix aggregate logging of pgbench.
Дата
Msg-id E1ngj0O-00031h-4k@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix aggregate logging of pgbench.

Remove meaningless "failures" column from the aggregate logging. It
was just a sum of "serialization failures" and "deadlock failures".
Pointed out by Tom Lane. Patch reviewed by Fabien COELHO.

Discussion: https://postgr.es/m/4183048.1649536705%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a62bff74b135b191de0417d1cc8ec52f144c8fe7

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 13 ++-----------
src/bin/pgbench/pgbench.c     |  5 +----
2 files changed, 3 insertions(+), 15 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix the check to limit sync workers.
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: Fix some trailing whitespace in documentation files