- Notifications
You must be signed in to change notification settings - Fork28
Commit4d67357
committed
Tolerate EINVAL when calling fsync() on a directory.
Previously, we tolerated EBADF as a way for the operating system toindicate that it doesn't support fsync() on a directory. TolerateEINVAL too, for older versions of Linux CIFS.Bug #15636. Back-patch all the way.Reported-by: John KlannDiscussion:https://postgr.es/m/15636-d380890dafd78fc6@postgresql.org1 parent30dcb62 commit4d67357
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3538 | 3538 | | |
3539 | 3539 | | |
3540 | 3540 | | |
3541 | | - | |
| 3541 | + | |
3542 | 3542 | | |
3543 | 3543 | | |
3544 | 3544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments
Comments
(0)