Re: [PATCH] pgbench: Remove ecnt, a member variable of CState

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: miyake_kouta <miyake_kouta(at)oss(dot)nttdata(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] pgbench: Remove ecnt, a member variable of CState
Date: 2021-02-26 19:36:41
Message-ID: 20210226193641.GA20562@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2021-Feb-26, Michael Paquier wrote:

> On Fri, Feb 26, 2021 at 05:39:31PM +0900, miyake_kouta wrote:
> > Also, the current pgbench's client abandons processing after hitting error,
> > so this variable is no need, I think.
>
> Agreed. Its last use was in 12788ae, as far as I can see. So let's
> just cleanup that.

+1

--
Álvaro Herrera Valdivia, Chile

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2021-02-26 19:45:41 Re: Proposal: Save user's original authenticated identity for logging
Previous Message Daniel Gustafsson 2021-02-26 19:34:08 Re: Disallow SSL compression?