forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf2ff203
committed
Report missing wait event for timeline history file.
TimelineHistoryRead and TimelineHistoryWrite wait events are reportedduring waiting for a read and write of a timeline history file, respectively.However, previously, TimelineHistoryRead wait event was not reportedwhile readTimeLineHistory() was reading a timeline history file. AlsoTimelineHistoryWrite was not reported while writeTimeLineHistory() waswriting one line with the details of the timeline split, at the end.This commit fixes these issues.Back-patch to v10 where wait events for a timeline history file was added.Author: Masahiro IkedaReviewed-by: Michael Paquier, Fujii MasaoDiscussion:https://postgr.es/m/d11b0c910b63684424e06772eb844ab5@oss.nttdata.com1 parentcd8c73a commitf2ff203
1 file changed
+19
-3
lines changedLines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 | 81 |
| |
83 | 82 |
| |
84 | 83 |
| |
| |||
123 | 122 |
| |
124 | 123 |
| |
125 | 124 |
| |
126 |
| - | |
| 125 | + | |
127 | 126 |
| |
128 |
| - | |
| 127 | + | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
135 | 149 |
| |
136 | 150 |
| |
137 | 151 |
| |
| |||
393 | 407 |
| |
394 | 408 |
| |
395 | 409 |
| |
| 410 | + | |
396 | 411 |
| |
397 | 412 |
| |
398 | 413 |
| |
| |||
408 | 423 |
| |
409 | 424 |
| |
410 | 425 |
| |
| 426 | + | |
411 | 427 |
| |
412 | 428 |
| |
413 | 429 |
| |
|
0 commit comments
Comments
(0)