Re: Wait event that should be reported while waiting for WAL archiving to finish
Atsushi Torikoshi <atorik@gmail.com>
From: Atsushi Torikoshi <atorik@gmail.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: Michael Paquier <michael@paquier.xyz>,
Robert Haas <robertmhaas@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-03-19T10:39:33Z
Lists: pgsql-hackers
On Wed, Feb 26, 2020 at 9:19 PM Fujii Masao <masao.fujii@oss.nttdata.com> wrote: > I have no idea about this. But I wonder how much that change > is helpful to reduce the power consumption because waiting > for WAL archive during the backup basically not so frequently > happens. > +1. And as far as I reviewed the patch, I didn't find any problems. Regards, -- Atsushi Torikoshi
Commits
-
Add wait events for WAL archive and recovery pause.
- b8e20d6dabda 13.0 landed
-
Add description about GSSOpenServer wait event into document.
- 0b5474181569 12.3 landed
- f4ae7221413d 13.0 landed
-
Add description about LogicalRewriteTruncate wait event into document.
- 1beab076cefe 10.13 landed
- 12bea22a78c1 11.8 landed
- 6c221aa56e18 12.3 landed
- e593148d43ad 13.0 landed
-
GSSAPI encryption support
- b0b39f72b990 12.0 cited
-
Create and use wait events for read, write, and fsync operations.
- 249cf070e367 10.0 cited