Re: Inconsistency in reporting checkpointer stats

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: vignesh C <vignesh21@gmail.com>
Cc: Nitin Jadhav <nitinjadhavpostgres@gmail.com>, Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2024-01-30T07:50:02Z
Lists: pgsql-hackers
On Sat, Jan 20, 2024 at 08:10:03AM +0530, vignesh C wrote:
> The patch does not apply anymore, please post a rebased version of the patch :

There is more to it.  Some of the columns of pg_stat_bgwriter have
been moved to a different view, aka pg_stat_checkpointer.  I have
marked the patch as returned with feedback for now, so feel free to
resubmit if you can get a new version of the patch.
--
Michael

Commits

  1. Fix inconsistent reporting of checkpointer stats.

  2. Defer flushing of SLRU files.