Re: pgsql: Remove unused wait events.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Amit Kapila <akapila(at)postgresql(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Remove unused wait events.
Date: 2021-10-25 16:17:53
Message-ID: CA+TgmoYSAsxiHqpyDCzJa2-hYv0Sme7Me1esi6sHG6LbY8KD+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Oct 20, 2021 at 10:52 PM Amit Kapila <akapila(at)postgresql(dot)org> wrote:
> Remove unused wait events.
>
> Commit 464824323e introduced the wait events which were neither used by
> that commit nor by follow-up commits for that work.

This commit forces a recompile of every extension that knows about the
integer values assigned to the enums in WaitEventIO. I know of 2
extensions that are affected by this. I think that it should be
reverted in v14 and kept only in master.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-10-25 16:38:38 Re: pgsql: Remove unused wait events.
Previous Message Robert Haas 2021-10-25 15:55:19 pgsql: Report progress of startup operations that take a long time.

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2021-10-25 16:20:36 Re: Delegating superuser tasks to new security roles (Was: Granting control of SUSET gucs to non-superusers)
Previous Message Bossart, Nathan 2021-10-25 16:15:20 Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats().