forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7c39db
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 parent24f5205 commita7c39db
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3051 | 3051 |
| |
3052 | 3052 |
| |
3053 | 3053 |
| |
3054 |
| - | |
| 3054 | + | |
| 3055 | + | |
| 3056 | + | |
| 3057 | + | |
3055 | 3058 |
| |
3056 | 3059 |
| |
3057 | 3060 |
| |
|
0 commit comments
Comments
(0)