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

Commit3ba1820

Browse files
Have checkpointer send stats once each processing loop.
Noted by Fujii Masao
1 parent09d1174 commit3ba1820

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/backend/postmaster/checkpointer.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,11 @@ CheckpointerMain(void)
527527
ckpt_active= false;
528528
}
529529

530+
/*
531+
* Send off activity statistics to the stats collector
532+
*/
533+
pgstat_send_bgwriter();
534+
530535
/*
531536
* Nap for a while and then loop again. Later patches will replace
532537
* this with a latch loop. Keep it simple now for clarity.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp