Re: pgbench: remove an unused function argument

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Steven Niu <niushiji(at)gmail(dot)com>
Cc: 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-18 02:23:52
Message-ID: CAHGQGwE7KUozUPFheuHQ+7Cg40SJfEmxVjaDdvP2Fb9HJLXECw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 17, 2025 at 10:31 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>
> On Wed, Sep 17, 2025 at 5:25 PM Steven Niu <niushiji(at)gmail(dot)com> 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!

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-09-18 02:49:11 Re: PgStat_HashKey padding issue when passed by reference
Previous Message Melanie Plageman 2025-09-18 01:23:05 Re: Incorrect logic in XLogNeedsFlush()