forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit324076a
committed
Correct handling of fsync failures with tar mode of walmethods.c
This file has been missing the fact that it needs to report back tocallers a proper failure on fsync calls. I have spotted the one intar_finish() while Kuntal has spotted the one in tar_close().Backpatch down to 10 where this code has been introduced.Reported by: Michael Paquier, Kuntal GhoshAuthor: Michael PaquierReviewed-by: Kuntal Ghosh, Magnus HaganderDiscussion:https://postgr.es/m/20180625024356.GD1146@paquier.xyz1 parent99fb443 commit324076a
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
863 | 863 |
| |
864 | 864 |
| |
865 | 865 |
| |
866 |
| - | |
| 866 | + | |
| 867 | + | |
867 | 868 |
| |
868 | 869 |
| |
869 | 870 |
| |
| |||
894 | 895 |
| |
895 | 896 |
| |
896 | 897 |
| |
897 |
| - | |
| 898 | + | |
898 | 899 |
| |
899 | 900 |
| |
900 | 901 |
| |
| |||
955 | 956 |
| |
956 | 957 |
| |
957 | 958 |
| |
958 |
| - | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
959 | 963 |
| |
960 | 964 |
| |
961 | 965 |
| |
|
0 commit comments
Comments
(0)