Re: [PATCH] pgbench: Remove ecnt, a member variable of CState
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Michael Paquier <michael@paquier.xyz>
Cc: miyake_kouta <miyake_kouta@oss.nttdata.com>, pgsql-hackers@postgresql.org
Date: 2021-02-26T19:36:41Z
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
Commits
-
pgbench: Remove now-dead CState->ecnt
- 943eb478803c 14.0 landed