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

  1. Revert "Remove unused wait events."

  2. Remove unused wait events.

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