pgbench: remove an unused function argument

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgbench: remove an unused function argument
Date: 2025-09-17 02:28:14
Message-ID: 20250917112814.096f660ea4c3c64630475e62@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I've attached a patch that removes an unused argument from
create_sql_command() in pgbench.c.

This originates from commit 68ab8e8ba4a4, which split process_commands()
into process_sql_command() (the predecessor of create_sql_command())
and process_backslash_command().

Regards,
Yugo Nagata

--
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
pgbench_remove_unused_arg.patch text/x-diff 760 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2025-09-17 03:22:56 RE: Reword messages using "as" instead of "because"
Previous Message Chao Li 2025-09-17 02:08:28 Re: GB18030-2022 Support in PostgreSQL