forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfa3a022
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.com1 parent633b609 commitfa3a022
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2978 | 2978 |
| |
2979 | 2979 |
| |
2980 | 2980 |
| |
2981 |
| - | |
| 2981 | + | |
| 2982 | + | |
| 2983 | + | |
| 2984 | + | |
2982 | 2985 |
| |
2983 | 2986 |
| |
2984 | 2987 |
| |
|
0 commit comments
Comments
(0)