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
-
Remove unused wait events.
- 671eb8f34404 14.1 landed
- 1607cd0b6c99 15.0 landed
-
Add support for streaming to built-in logical replication.
- 464824323e57 14.0 cited