pgsql: pgbench: Fix incorrect parameter name in error message

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgbench: Fix incorrect parameter name in error message
Date: 2026-07-15 19:42:11
Message-ID: E1wk5Ug-000LCc-2o@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: Fix incorrect parameter name in error message

Commit 6f164e6d17616 accidentally mistyped --client as --clients in
the error message. Backpatch down to v15 where the it was introduced.

Author: Semih Doğan <semih702do(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CALOtZ7tuWisV=v0cUY_q6PLHJ-fOiQ7ZN476JwmM0PyV0t5i7Q@mail.gmail.com
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/77b4d35e0f530c666514326f86d68d1268e3ec7b

Modified Files
--------------
src/bin/pgbench/pgbench.c | 2 +-
src/bin/pgbench/t/002_pgbench_no_server.pl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-07-15 19:43:32 pgsql: pgbench: Fix incorrect parameter name in error message
Previous Message Jeff Davis 2026-07-15 19:36:23 pgsql: Fix like_fixed_prefix_ci() selectivity.