pgsql: pgbench: Fix incorrect parameter name in error message - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: pgbench: Fix incorrect parameter name in error message
Date
Msg-id E1wk5WQ-000LF3-2s@gemulon.postgresql.org
Whole thread
List 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@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CALOtZ7tuWisV=v0cUY_q6PLHJ-fOiQ7ZN476JwmM0PyV0t5i7Q@mail.gmail.com
Backpatch-through: 15

Branch
------
REL_18_STABLE

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

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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: pgbench: Fix incorrect parameter name in error message
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: pgbench: Fix incorrect parameter name in error message