Re: pgbench: remove an unused function argument - Mailing list pgsql-hackers

From Steven Niu
Subject Re: pgbench: remove an unused function argument
Date
Msg-id MN2PR15MB3021B3036E28A45097360E48A717A@MN2PR15MB3021.namprd15.prod.outlook.com
Whole thread Raw
In response to pgbench: remove an unused function argument  (Yugo Nagata <nagata@sraoss.co.jp>)
Responses Re: pgbench: remove an unused function argument
List pgsql-hackers
Looks good to me.  

Best Regards,
Steven

From: Yugo Nagata <nagata@sraoss.co.jp>
Sent: Wednesday, September 17, 2025 10:28
To: Pgsql Hackers <pgsql-hackers@postgresql.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@sraoss.co.jp>

pgsql-hackers by date:

Previous
From: Oleg Tselebrovskiy
Date:
Subject: Re: ICU warnings during make installcheck and text_extensions test
Next
From: jian he
Date:
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands