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

miyake_kouta <miyake_kouta@oss.nttdata.com>

From: miyake_kouta <miyake_kouta@oss.nttdata.com>
To: pgsql-hackers@postgresql.org
Date: 2021-02-26T08:39:31Z
Lists: pgsql-hackers

Attachments

Hi.

I created a patch to remove ecnt which is a member variable of CState.
This variable is incremented in some places, but it's not used for any 
purpose.
Also, the current pgbench's client abandons processing after hitting 
error, so this variable is no need, I think.

Regards
--
Kota Miyake

Commits

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