Re: LogicalChanges* and LogicalSubxact* wait events are never reported

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Masahiro Ikeda <ikedamsh@oss.nttdata.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-10-20T05:20:21Z
Lists: pgsql-hackers
On Wed, Oct 20, 2021 at 02:12:20PM +0900, Masahiro Ikeda wrote:
> If my understanding is right, it's better to remove them since they make
> users confused. Please see the attached patch. I confirmed that to make
> check-world passes all tests.

Yeah, I don't see the point in keeping these events around if they are
not used.  Perhaps Amit has some plans for them, though.
--
Michael

Commits

  1. Remove unused wait events.

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