On Wed, Sep 17, 2025 at 10:31 PM Fujii Masao wrote:
>
> On Wed, Sep 17, 2025 at 5:25 PM Steven Niu wrote:
> > I've attached a patch that removes an unused argument from
> > create_sql_command() in pgbench.c.
>
> LGTM. Barring any objection, I will commit the patch.
I've pushed the patch. Thanks!
On Wed, Sep 17, 2025 at 5:25 PM Steven Niu wrote:
> I've attached a patch that removes an unused argument from
> create_sql_command() in pgbench.c.
LGTM. Barring any objection, I will commit the patch.
Regards,
--
Fujii Masao
Looks good to me.
Best Regards,
Steven
From: Yugo Nagata
Sent: Wednesday, September 17, 2025 10:28
To: Pgsql Hackers
Subject: pgbench: remove an unused function argument
Hi,
I've attached a patch that removes an unused argument from
create_sql_command() in pgbe