| From: | Fujii Masao <fujii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Clarify pgbench reporting with --continue-on-error |
| Date: | 2026-08-13 04:27:47 |
| Message-ID: | E1wuN2g-00000000M8r-0RLS@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: Clarify pgbench reporting with --continue-on-error
Clarify that transactions failed under --continue-on-error are reported
separately and are not counted as transactions actually processed, while
time spent on them can lower reported TPS. Also adjust the latency
description to avoid implying that failed transactions are generally included
in latency measurements.
Backpatch to v19, where pgbench's --continue-on-error option was introduced.
Author: Chao Li <lic(at)highgo(dot)com>
Reviewed-by: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Reviewed-by: Xuneng Zhou <xunengzhou(at)gmail(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/597C9755-4386-488D-A289-16D50AD81FBF@gmail.com
Backpatch-through: 19
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/bcb15f48786df1c4c3c0428645b5b0c6da0f3cb7
Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2026-08-13 04:28:01 | pgsql: doc: Clarify pgbench reporting with --continue-on-error |
| Previous Message | Tom Lane | 2026-08-12 18:32:02 | Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz |