forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit53aafdb
committed
Strip file names reported in error messages on Windows, too.
Commitdd13605 established a policy that error message FILE itemsshould include only the base name of the reporting source file, foruniformity and succinctness. We now observe that some Windows compilersuse backslashes in __FILE__ strings, so truncate at backslashes as well.This is expected to fix some platform variation in the results of thenew libpq_pipeline test module.Discussion:https://postgr.es/m/3650140.1617372290@sss.pgh.pa.us1 parent1877c9a commit53aafdb
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
529 | 529 |
| |
530 | 530 |
| |
531 | 531 |
| |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
532 | 536 |
| |
533 | 537 |
| |
534 | 538 |
| |
|
0 commit comments
Comments
(0)