forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1909835
committed
Improve descriptions of some pg_stat_checkpoints functions in pg_proc.dat.
Previously, the descriptions of pg_stat_get_checkpointer_num_requested(),pg_stat_get_checkpointer_restartpoints_requested(),and pg_stat_get_checkpointer_restartpoints_performed() in pg_proc.datreferred to "backend". This was misleading because these functions reportthe number of checkpoints or restartpoints requested or performedby other than backends as well.This commit removes "backend" from these descriptions to avoid confusion.Bump catalog version.Idea from Anton A. MelnikovAuthor: Fujii MasaoReviewed-by: Anton A. MelnikovDiscussion:https://postgr.es/m/8e5f353f-8b31-4a8e-9cfa-c037f22b4aee@postgrespro.ru1 parent5a44161 commit1909835
2 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5823 | 5823 |
| |
5824 | 5824 |
| |
5825 | 5825 |
| |
5826 |
| - | |
| 5826 | + | |
5827 | 5827 |
| |
5828 | 5828 |
| |
5829 | 5829 |
| |
| |||
5838 | 5838 |
| |
5839 | 5839 |
| |
5840 | 5840 |
| |
5841 |
| - | |
| 5841 | + | |
5842 | 5842 |
| |
5843 | 5843 |
| |
5844 | 5844 |
| |
5845 | 5845 |
| |
5846 | 5846 |
| |
5847 |
| - | |
| 5847 | + | |
5848 | 5848 |
| |
5849 | 5849 |
| |
5850 | 5850 |
| |
|
0 commit comments
Comments
(0)