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

From: miyake_kouta <miyake_kouta(at)oss(dot)nttdata(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] pgbench: Remove ecnt, a member variable of CState
Date: 2021-02-26 08:39:31
Message-ID: 786c3d9fbe067763d899e78c296f9f0f@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
remove_ecnt.patch text/x-diff 851 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ajin Cherian 2021-02-26 08:47:45 Re: repeated decoding of prepared transactions
Previous Message tsunakawa.takay@fujitsu.com 2021-02-26 08:38:12 RE: libpq debug log