| 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:28:01 |
| Message-ID: | E1wuN2u-00000000MA6-0Q2I@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
------
REL_19_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/ed23f7ce7f8f633175ae785d18577fbc440139ae
Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2026-08-13 04:43:31 | pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording. |
| Previous Message | Fujii Masao | 2026-08-13 04:27:47 | pgsql: doc: Clarify pgbench reporting with --continue-on-error |