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

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: miyake_kouta <miyake_kouta@oss.nttdata.com>
Cc: pgsql-hackers@postgresql.org
Date: 2021-02-26T11:39:25Z
Lists: pgsql-hackers
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.
--
Michael

Commits

  1. pgbench: Remove now-dead CState->ecnt