Re: pgbench: remove an unused function argument

From: Steven Niu <niushiji(at)gmail(dot)com>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgbench: remove an unused function argument
Date: 2025-09-17 08:25:35
Message-ID: MN2PR15MB3021B3036E28A45097360E48A717A@MN2PR15MB3021.namprd15.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Looks good to me.

Best Regards,
Steven
________________________________
From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Sent: Wednesday, September 17, 2025 10:28
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgbench: remove an unused function argument

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>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-09-17 08:35:31 Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Previous Message Oleg Tselebrovskiy 2025-09-17 08:22:48 Re: ICU warnings during make installcheck and text_extensions test