forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita4d6d6a
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 parent71b2951 commita4d6d6a
1 file changed
+18
-5
lines changedLines changed: 18 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1148 | 1148 |
| |
1149 | 1149 |
| |
1150 | 1150 |
| |
1151 |
| - | |
1152 |
| - | |
1153 |
| - | |
1154 |
| - | |
| 1151 | + | |
| 1152 | + | |
1155 | 1153 |
| |
1156 | 1154 |
| |
1157 | 1155 |
| |
| |||
1161 | 1159 |
| |
1162 | 1160 |
| |
1163 | 1161 |
| |
1164 |
| - | |
| 1162 | + | |
| 1163 | + | |
1165 | 1164 |
| |
1166 | 1165 |
| |
1167 | 1166 |
| |
| |||
1242 | 1241 |
| |
1243 | 1242 |
| |
1244 | 1243 |
| |
| 1244 | + | |
1245 | 1245 |
| |
1246 | 1246 |
| |
1247 | 1247 |
| |
| |||
1270 | 1270 |
| |
1271 | 1271 |
| |
1272 | 1272 |
| |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
1273 | 1285 |
| |
1274 | 1286 |
| |
1275 | 1287 |
| |
1276 | 1288 |
| |
| 1289 | + | |
1277 | 1290 |
| |
1278 | 1291 |
| |
1279 | 1292 |
| |
|
0 commit comments
Comments
(0)