forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2811776
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 parent5b16a35 commit2811776
1 file changed
+18
-5
lines changedLines changed: 18 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1151 | 1151 |
| |
1152 | 1152 |
| |
1153 | 1153 |
| |
1154 |
| - | |
1155 |
| - | |
1156 |
| - | |
1157 |
| - | |
| 1154 | + | |
| 1155 | + | |
1158 | 1156 |
| |
1159 | 1157 |
| |
1160 | 1158 |
| |
| |||
1164 | 1162 |
| |
1165 | 1163 |
| |
1166 | 1164 |
| |
1167 |
| - | |
| 1165 | + | |
| 1166 | + | |
1168 | 1167 |
| |
1169 | 1168 |
| |
1170 | 1169 |
| |
| |||
1245 | 1244 |
| |
1246 | 1245 |
| |
1247 | 1246 |
| |
| 1247 | + | |
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 | 1250 |
| |
| |||
1273 | 1273 |
| |
1274 | 1274 |
| |
1275 | 1275 |
| |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
1276 | 1288 |
| |
1277 | 1289 |
| |
1278 | 1290 |
| |
1279 | 1291 |
| |
| 1292 | + | |
1280 | 1293 |
| |
1281 | 1294 |
| |
1282 | 1295 |
| |
|
0 commit comments
Comments
(0)