forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit75b6183
committed
Strip file names reported in error messages in vpath builds
In vpath builds, the __FILE__ macro that is used in verbose errorreports contains the full absolute file name, which makes the errormessages excessively verbose. So keep only the base name, thusmatching the behavior of non-vpath builds.1 parentd16ebde commit75b6183
1 file changed
+16
-2
lines changedLines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 |
| - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
339 | 346 |
| |
340 | 347 |
| |
341 | 348 |
| |
| |||
1103 | 1110 |
| |
1104 | 1111 |
| |
1105 | 1112 |
| |
1106 |
| - | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
1107 | 1121 |
| |
1108 | 1122 |
| |
1109 | 1123 |
| |
|
0 commit comments
Comments
(0)