docs: Enhance the pg_stat_checkpointer view documentation.

Fujii Masao <fujii@postgresql.org>

Commit: a19f83f87966f763991cc76404f8e42a36e7e842
Author: Fujii Masao <fujii@postgresql.org>
Date: 2024-09-30T17:01:57Z
Releases: 18.0
docs: Enhance the pg_stat_checkpointer view documentation.

This commit updates the documentation for the pg_stat_checkpointer view
to clarify what kind of checkpoints or restartpoints each counter tracks.
This makes it easier to understand the meaning of each counter.

Previously, the num_requested description included "backend,"
which could be misleading since requests come from other sources as well.
This commit also removes "backend" from the description of num_requested,
to avoid confusion.

Author: Fujii Masao
Reviewed-by: Anton A. Melnikov
Discussion: https://postgr.es/m/4640258e-d959-4cf0-903c-cd02389c3e05@oss.nttdata.com

Files

PathChange+/−
doc/src/sgml/monitoring.sgml modified +14 −5

Documentation touched

Discussion