Re: please update ps display for recovery checkpoint
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: "Bossart, Nathan" <bossartn@amazon.com>,
Justin Pryzby <pryzby@telsasoft.com>
Cc: Michael Paquier <michael@paquier.xyz>,
"k.jamison@fujitsu.com" <k.jamison@fujitsu.com>,
Thomas Munro <thomas.munro@gmail.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-12-08T17:00:44Z
Lists: pgsql-hackers
On 2020/12/05 2:17, Bossart, Nathan wrote: > On 12/3/20, 1:19 PM, "Bossart, Nathan" <bossartn@amazon.com> wrote: >> I like the idea behind this patch. I wrote a new version with a >> couple of changes: > > I missed an #include in this patch. Here's a new one with that fixed. I agree it might be helpful to display something like "checkpointing" or "waiting for checkpoint" in PS title for the startup process. But, at least for me, it seems strange to display "idle" only for checkpointer. *If* we want to monitor the current status of checkpointer, it should be shown as wait event in pg_stat_activity, instead? Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
Provide recovery_init_sync_method=syncfs.
- 61752afb2640 14.0 cited
-
Add some checkpoint/restartpoint status to ps display
- df9274adf309 14.0 landed