forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3ba8bce
committed
doc: Add description of some missing monitoring functions
This commit adds some documentation about two monitoring functions:- pg_stat_get_xact_blocks_fetched()- pg_stat_get_xact_blocks_hit()The description of these functions has been removed inddfc2d9, latersimplified by5f2b089, assuming that all the functions whosedescriptions were removed are used in system views. Unfortunately, someof them were are not used in any system views, so they lackeddocumentation.This gap exists in the docs for a long time, so backpatch all the waydown.Reported-by: Michael PaquierAuthor: Bertrand DrouvotReviewed-by: Kyotaro HoriguchiDiscussion:https://postgr.es/m/ZBeeH5UoNkTPrwHO@paquier.xyzBackpatch-through: 111 parent65ead76 commit3ba8bce
1 file changed
+28
-0
lines changedLines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5038 | 5038 |
| |
5039 | 5039 |
| |
5040 | 5040 |
| |
| 5041 | + | |
| 5042 | + | |
| 5043 | + | |
| 5044 | + | |
| 5045 | + | |
| 5046 | + | |
| 5047 | + | |
| 5048 | + | |
| 5049 | + | |
| 5050 | + | |
| 5051 | + | |
| 5052 | + | |
| 5053 | + | |
| 5054 | + | |
| 5055 | + | |
| 5056 | + | |
| 5057 | + | |
| 5058 | + | |
| 5059 | + | |
| 5060 | + | |
| 5061 | + | |
| 5062 | + | |
| 5063 | + | |
| 5064 | + | |
| 5065 | + | |
| 5066 | + | |
| 5067 | + | |
| 5068 | + | |
5041 | 5069 |
| |
5042 | 5070 |
| |
5043 | 5071 |
| |
|
0 commit comments
Comments
(0)