forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite126d81
committed
doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit}
The explanation describing the dependency to system read() calls forthese two functions has been removed inddfc2d9. And after morediscussion aboutd69c404, we have concluded that adding more detailsmakes them easier to understand.While on it, use the term "block read requests" (maybe found in cache)rather than "buffers fetched" and "buffer hits".Per discussion with Melanie Plageman, Kyotaro Horiguchi, BertrandDrouvot and myself.Discussion:https://postgr.es/m/CAAKRu_ZmdiScT4q83OAbfmR5AH-L5zWya3SXjaxiJvhCob-e2A@mail.gmail.comBackpatch-through: 111 parent36320cb commite126d81
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5735 | 5735 |
| |
5736 | 5736 |
| |
5737 | 5737 |
| |
5738 |
| - | |
5739 |
| - | |
| 5738 | + | |
| 5739 | + | |
| 5740 | + | |
| 5741 | + | |
| 5742 | + | |
5740 | 5743 |
| |
5741 | 5744 |
| |
5742 | 5745 |
| |
| |||
5749 | 5752 |
| |
5750 | 5753 |
| |
5751 | 5754 |
| |
5752 |
| - | |
5753 |
| - | |
| 5755 | + | |
| 5756 | + | |
| 5757 | + | |
5754 | 5758 |
| |
5755 | 5759 |
| |
5756 | 5760 |
| |
|
0 commit comments
Comments
(0)