pgbench: Remove now-dead CState->ecnt
authorMichael Paquier <michael@paquier.xyz>
Sat, 27 Feb 2021 22:50:26 +0000 (07:50 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 27 Feb 2021 22:50:26 +0000 (07:50 +0900)
commit943eb478803cc2ed6f0b1f5df6f1b20c9ad6245d
treece8241e18044cd5a4fa74d37da1406538a31a0af
parent25936fd46c97039aad042ae8d46917d38d132fe4
pgbench: Remove now-dead CState->ecnt

The last use of ecnt was in 12788ae.  It was getting incremented after a
backend error without any purpose since then, so let's get rid of it.

Author: Kota Miyake
Reviewed-by: Álvaro Herrera
Discussion: http://postgr.es/m/786c3d9fbe067763d899e78c296f9f0f@oss.nttdata.com
src/bin/pgbench/pgbench.c