forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0248762
committed
doc: Update track_io_timing documentation to mention pg_stat_io.
The I/O timing information collected when track_io_timing isenabled is now documented to appear in the pg_stat_io view,which was previously not mentioned.This commit also enhances the description of track_io_timingto clarify that it monitors not only block read and writebut also block extend and fsync operations. Additionally,the description of track_wal_io_timing has been improvedto mention both WAL write and WAL fsync monitoring.Backpatch to v16 where pg_stat_io was added.Author: Hajime MatsunagaReviewed-by: Melanie Plageman, Nazir Bilal Yavuz, Fujii MasaoDiscussion:https://postgr.es/m/TYWPR01MB10742EE4A6F34C33061429D38A4D52@TYWPR01MB10742.jpnprd01.prod.outlook.com1 parente72f787 commit0248762
2 files changed
+5
-3
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8319 | 8319 |
| |
8320 | 8320 |
| |
8321 | 8321 |
| |
8322 |
| - | |
| 8322 | + | |
| 8323 | + | |
| 8324 | + | |
8323 | 8325 |
| |
8324 | 8326 |
| |
8325 | 8327 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 |
| - | |
| 183 | + | |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
| 188 | + | |
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
|
0 commit comments
Comments
(0)