[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
- remove_ecnt.patch (text/x-diff) patch
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
-
pgbench: Remove now-dead CState->ecnt
- 943eb478803c 14.0 landed