Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita7c39db

Browse files
committed
docs: Improve the description of num_timed column in pg_stat_checkpointer.
The previous documentation stated that num_timed reflects the number ofscheduled checkpoints performed. However, checkpoints may be skippedif the server has been idle, and num_timed counts both skipped and completedcheckpoints. This commit clarifies the description to make it clear thatthe counter includes both skipped and completed checkpoints.Back-patch to v17 where pg_stat_checkpointer was added.Author: Fujii MasaoReviewed-by: Alexander KorotkovDiscussion:https://postgr.es/m/9ea77f40-818d-4841-9dee-158ac8f6e690@oss.nttdata.com
1 parent24f5205 commita7c39db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3051,7 +3051,10 @@ description | Waiting for a newly initialized WAL file to reach durable storage
30513051
<structfield>num_timed</structfield> <type>bigint</type>
30523052
</para>
30533053
<para>
3054-
Number of scheduled checkpoints that have been performed
3054+
Number of scheduled checkpoints due to timeout.
3055+
Note that checkpoints may be skipped if the server has been idle
3056+
since the last one, and this value counts both completed and
3057+
skipped checkpoints
30553058
</para></entry>
30563059
</row>
30573060

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp