Re: pgsql: Remove unused wait events.

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Markus Wanner <markus.wanner@enterprisedb.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-27T02:00:20Z
Lists: pgsql-hackers
On Tue, Oct 26, 2021 at 7:34 PM Markus Wanner
<markus.wanner@enterprisedb.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.



Commits

  1. Revert "Remove unused wait events."

  2. Remove unused wait events.

  3. Add support for streaming to built-in logical replication.