Re: pgsql: Remove unused wait events.

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Markus Wanner <markus(dot)wanner(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Remove unused wait events.
Date: 2021-10-27 02:00:20
Message-ID: CAA4eK1JVMUW6u28TWmgWSNceenFmg+_OX65n3D9WKsppZXzjUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Oct 26, 2021 at 7:34 PM Markus Wanner
<markus(dot)wanner(at)enterprisedb(dot)com> wrote:
>
> 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).
>

Thanks for the relevant information.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-10-27 02:26:55 pgsql: Allow publishing the tables of schema.
Previous Message Jeff Davis 2021-10-26 20:41:11 pgsql: Allow GRANT on pg_log_backend_memory_contexts().

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2021-10-27 02:17:28 Re: pg_receivewal starting position
Previous Message Michael Paquier 2021-10-27 01:55:31 Re: Setting log_connection in connection string doesn't work