forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1556cb2
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 parent74171f8 commit1556cb2
1 file changed
+18
-5
lines changedLines changed: 18 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1123 | 1123 |
| |
1124 | 1124 |
| |
1125 | 1125 |
| |
1126 |
| - | |
1127 |
| - | |
1128 |
| - | |
1129 |
| - | |
| 1126 | + | |
| 1127 | + | |
1130 | 1128 |
| |
1131 | 1129 |
| |
1132 | 1130 |
| |
| |||
1136 | 1134 |
| |
1137 | 1135 |
| |
1138 | 1136 |
| |
1139 |
| - | |
| 1137 | + | |
| 1138 | + | |
1140 | 1139 |
| |
1141 | 1140 |
| |
1142 | 1141 |
| |
| |||
1217 | 1216 |
| |
1218 | 1217 |
| |
1219 | 1218 |
| |
| 1219 | + | |
1220 | 1220 |
| |
1221 | 1221 |
| |
1222 | 1222 |
| |
| |||
1245 | 1245 |
| |
1246 | 1246 |
| |
1247 | 1247 |
| |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
1248 | 1260 |
| |
1249 | 1261 |
| |
1250 | 1262 |
| |
1251 | 1263 |
| |
| 1264 | + | |
1252 | 1265 |
| |
1253 | 1266 |
| |
1254 | 1267 |
| |
|
0 commit comments
Comments
(0)