[PATCH] pgbench: Remove ecnt, a member variable of CState
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
Attachments:
remove_ecnt.patchtext/x-diff; name=remove_ecnt.patchDownload+0-4
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
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
On Fri, Feb 26, 2021 at 04:36:41PM -0300, Alvaro Herrera wrote:
+1
Thanks, done.
--
Michael