Re: pgsql: Remove unused wait events.

From: Markus Wanner <markus(dot)wanner(at)enterprisedb(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Remove unused wait events.
Date: 2021-10-26 14:02:22
Message-ID: ebd42edb-b9bf-2be7-52a5-476511fb1985@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 26.10.21 04:20, Amit Kapila wrote:
> I agree with the points raised here and will revert this for v14.

Thanks, Amit. I appreciate the revert.

Note that the removed events were almost at the end of WaitEventIO enum,
except for one last entry: WAIT_EVENT_WAL_WRITE.

Just as a data point: Our BDR extension indeed references the wait
events in question (or at least it used to do so up until that commit).

--
Markus Wanner
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-10-26 15:49:21 pgsql: Improve HINT message that FDW reports when there are no valid op
Previous Message Daniel Gustafsson 2021-10-26 08:45:07 pgsql: Ensure that slots are zeroed before use

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-10-26 14:06:40 Re: when the startup process doesn't (logging startup delays)
Previous Message Tom Lane 2021-10-26 13:39:12 Re: Setting log_connection in connection string doesn't work