pgsql: pgbench: Remove unused argument from create_sql_command().

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgbench: Remove unused argument from create_sql_command().
Date: 2025-09-18 02:23:15
Message-ID: E1uz4Ik-001GC0-1l@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: Remove unused argument from create_sql_command().

Author: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Reviewed-by: Steven Niu <niushiji(at)gmail(dot)com>
Discussion: https://postgr.es/m/20250917112814.096f660ea4c3c64630475e62@sraoss.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2e66cae935c2e0f7ce9bab6b65ddeb7806f4de7c

Modified Files
--------------
src/bin/pgbench/pgbench.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2025-09-18 14:20:43 pgsql: doc PG 18 relnotes: update description of skip scan item
Previous Message Fujii Masao 2025-09-18 02:13:37 pgsql: pg_restore: Fix security label handling with --no-publications/s