forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd7cbeaf
committed
Remove pgstat_flush_wal()
All the processes that generate WAL should call pgstat_report_wal() toreport all their statistics related to WAL, and this is already whathappens in the tree. Keeping pgstat_report_wal() is confusing while theother routine is encouraged.This routine is not required sincefc415ed, where it was lastlyused in pgstat_report_stat() before an equivalent callback existed.Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>Discussion:https://postgr.es/m/Z71oPkJJICrRB5Ws@paquier.xyz1 parente117cfb commitd7cbeaf
File tree
2 files changed
+1
-12
lines changed- src
- backend/utils/activity
- include/utils
2 files changed
+1
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 | 72 |
| |
82 | 73 |
| |
83 | 74 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
748 | 748 |
| |
749 | 749 |
| |
750 | 750 |
| |
751 |
| - | |
752 |
| - | |
753 | 751 |
| |
754 | 752 |
| |
755 | 753 |
| |
|
0 commit comments
Comments
(0)