forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit542e6f3
committed
Don't forget about failed fsync() requests.
If fsync() fails, md.c must keep the request in its bitmap, so thatfuture attempts will try again.Back-patch to all supported releases.Author: Thomas MunroReviewed-by: Amit KapilaReported-by: Andrew GierthDiscussion:https://postgr.es/m/87y3i1ia4w.fsf%40news-spur.riddles.org.uk1 parentb81ef63 commit542e6f3
1 file changed
+18
-5
lines changedLines changed: 18 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1150 | 1150 |
| |
1151 | 1151 |
| |
1152 | 1152 |
| |
1153 |
| - | |
1154 |
| - | |
1155 |
| - | |
1156 |
| - | |
| 1153 | + | |
| 1154 | + | |
1157 | 1155 |
| |
1158 | 1156 |
| |
1159 | 1157 |
| |
| |||
1163 | 1161 |
| |
1164 | 1162 |
| |
1165 | 1163 |
| |
1166 |
| - | |
| 1164 | + | |
| 1165 | + | |
1167 | 1166 |
| |
1168 | 1167 |
| |
1169 | 1168 |
| |
| |||
1244 | 1243 |
| |
1245 | 1244 |
| |
1246 | 1245 |
| |
| 1246 | + | |
1247 | 1247 |
| |
1248 | 1248 |
| |
1249 | 1249 |
| |
| |||
1272 | 1272 |
| |
1273 | 1273 |
| |
1274 | 1274 |
| |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
1275 | 1287 |
| |
1276 | 1288 |
| |
1277 | 1289 |
| |
1278 | 1290 |
| |
| 1291 | + | |
1279 | 1292 |
| |
1280 | 1293 |
| |
1281 | 1294 |
| |
|
0 commit comments
Comments
(0)