Re: pgsql: Remove unused wait events.
Markus Wanner <markus.wanner@enterprisedb.com>
From: Markus Wanner <markus.wanner@enterprisedb.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2021-10-26T14:02:22Z
Lists: 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
Commits
-
Revert "Remove unused wait events."
- a6a0ae127e76 14.1 landed
-
Remove unused wait events.
- 671eb8f34404 14.1 cited
-
Add support for streaming to built-in logical replication.
- 464824323e57 14.0 cited