forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1995552
committed
pg_regress: Don't use absolute paths for the diff
Don't expand inputfile and outputfile to absolute paths globally, justwhere needed. In particular, pass them as is to the file namearguments of the diff command, so that we don't see the full absolutepath in the diff header, which makes the diff unnecessarily verboseand harder to read.Discussion:https://www.postgresql.org/message-id/0cc82900-c457-1cee-3ab2-7b0f5d215061@2ndquadrant.com1 parent1bb5e78 commit1995552
1 file changed
+5
-9
lines changedLines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
492 |
| - | |
| 492 | + | |
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
| |||
553 | 553 |
| |
554 | 554 |
| |
555 | 555 |
| |
556 |
| - | |
557 |
| - | |
| 556 | + | |
| 557 | + | |
558 | 558 |
| |
559 |
| - | |
| 559 | + | |
560 | 560 |
| |
561 | 561 |
| |
562 | 562 |
| |
| |||
2239 | 2239 |
| |
2240 | 2240 |
| |
2241 | 2241 |
| |
2242 |
| - | |
2243 |
| - | |
2244 |
| - | |
2245 |
| - | |
2246 | 2242 |
| |
2247 | 2243 |
| |
2248 | 2244 |
| |
| |||
2588 | 2584 |
| |
2589 | 2585 |
| |
2590 | 2586 |
| |
2591 |
| - | |
| 2587 | + | |
2592 | 2588 |
| |
2593 | 2589 |
| |
2594 | 2590 |
| |
|
0 commit comments
Comments
(0)