forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit538724f
committed
Extend the private key stat checking error handling
If the stat operation on the private key failed, the code assumed itwas due to an ENOENT, which may or may not be true. Extend the checkby printing a different error message on non-ENOENT errors for easierdebugging.Per suggestion by Tom Lane due to an issue with the fairywren animalin the buildfarm.Discussion:https://postgr.es/m/1632478.1638305700@sss.pgh.pa.us1 parentb637101 commit538724f
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1235 | 1235 |
| |
1236 | 1236 |
| |
1237 | 1237 |
| |
1238 |
| - | |
1239 |
| - | |
1240 |
| - | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
1241 | 1246 |
| |
1242 | 1247 |
| |
1243 | 1248 |
| |
|
0 commit comments
Comments
(0)