forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9e79ca3
committed
Remove special cases for ETXTBSY from new fsync'ing logic.
The argument that this is a sufficiently-expected case to be silentlyignored seems pretty thin. Andres had brought it up back when we werestill considering that most fsync failures should be hard errors, and itprobably would be legit not to fail hard for ETXTBSY --- but the same istrue for EROFS and other cases, which is why we gave up on hard failures.ETXTBSY is surely not a normal case, so logging the failure seems finefrom here.1 parentcb86785 commit9e79ca3
1 file changed
+3
-12
lines changedLines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2418 | 2418 |
| |
2419 | 2419 |
| |
2420 | 2420 |
| |
2421 |
| - | |
2422 |
| - | |
2423 |
| - | |
2424 |
| - | |
2425 |
| - | |
2426 |
| - | |
2427 | 2421 |
| |
2428 | 2422 |
| |
2429 | 2423 |
| |
2430 | 2424 |
| |
2431 | 2425 |
| |
2432 | 2426 |
| |
| 2427 | + | |
| 2428 | + | |
| 2429 | + | |
2433 | 2430 |
| |
2434 | 2431 |
| |
2435 | 2432 |
| |
| |||
2473 | 2470 |
| |
2474 | 2471 |
| |
2475 | 2472 |
| |
2476 |
| - | |
2477 |
| - | |
2478 |
| - | |
2479 |
| - | |
2480 |
| - | |
2481 |
| - | |
2482 | 2473 |
| |
2483 | 2474 |
| |
2484 | 2475 |
| |
|
0 commit comments
Comments
(0)