- Notifications
You must be signed in to change notification settings - Fork28
Commitd08c3d5
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 parent322548a commitd08c3d5
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
865 | 865 |
| |
866 | 866 |
| |
867 | 867 |
| |
868 |
| - | |
| 868 | + | |
| 869 | + | |
869 | 870 |
| |
870 | 871 |
| |
871 | 872 |
| |
| |||
896 | 897 |
| |
897 | 898 |
| |
898 | 899 |
| |
899 |
| - | |
| 900 | + | |
900 | 901 |
| |
901 | 902 |
| |
902 | 903 |
| |
| |||
957 | 958 |
| |
958 | 959 |
| |
959 | 960 |
| |
960 |
| - | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
961 | 965 |
| |
962 | 966 |
| |
963 | 967 |
| |
|
0 commit comments
Comments
(0)