forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit07abcd9
committed
Fix error reporting after ioctl() call with pg_upgrade --clone
errno was not reported correctly after attempting to clone a file,leading to incorrect error reports. While scanning through the code, Ihave not noticed any similar mistakes.Error introduced in3a769d8.Author: Justin PryzbyDiscussion:https://postgr.es/m/20220731134135.GY15006@telsasoft.comBackpatch-through: 121 parentfeae5c0 commit07abcd9
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
60 | 62 |
| |
61 | 63 |
| |
62 |
| - | |
| 64 | + | |
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
|
0 commit comments
Comments
(0)