forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcc534fc
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 parent5db4880 commitcc534fc
1 file changed
+19
-3
lines changedLines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 | 80 |
| |
82 | 81 |
| |
83 | 82 |
| |
| |||
122 | 121 |
| |
123 | 122 |
| |
124 | 123 |
| |
125 |
| - | |
| 124 | + | |
126 | 125 |
| |
127 |
| - | |
| 126 | + | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
134 | 148 |
| |
135 | 149 |
| |
136 | 150 |
| |
| |||
388 | 402 |
| |
389 | 403 |
| |
390 | 404 |
| |
| 405 | + | |
391 | 406 |
| |
392 | 407 |
| |
393 | 408 |
| |
| |||
403 | 418 |
| |
404 | 419 |
| |
405 | 420 |
| |
| 421 | + | |
406 | 422 |
| |
407 | 423 |
| |
408 | 424 |
| |
|
0 commit comments
Comments
(0)