forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb82640d
committed
Send statistics collected during shutdown checkpoint to the stats collector.
When shutdown is requested, checkpointer performs checkpoint orrestartpoint, and updates the statistics, before it exits. But previouslycheckpointer didn't send those statistics to the stats collector.Shutdown checkpoint and restartpoint are treated as requested onesinstead of scheduled ones, so the number of them are counted inpg_stat_bgwriter.checkpoints_req column.Author: Masahiro IkedaReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/0509ad67b585a5b86a83d445dfa75392@oss.nttdata.com1 parent33394ee commitb82640d
1 file changed
+12
-1
lines changedLines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
572 | 572 |
| |
573 | 573 |
| |
574 | 574 |
| |
575 |
| - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
576 | 584 |
| |
| 585 | + | |
| 586 | + | |
| 587 | + | |
577 | 588 |
| |
578 | 589 |
| |
579 | 590 |
| |
|
0 commit comments
Comments
(0)