- Notifications
You must be signed in to change notification settings - Fork5
Commitce3153f
committed
Remove -w (--ignore-all-space) option from pg_regress's diff calls.
We have used -w for a long time as a means of reducing the reported diffvolume when one element of a result table isn't of the expected width.However, most of the time the results just pass anyway, so this isn't asimportant as it once was. Meanwhile, the risk of missing potentiallysignificant deviations has gone up, particularly with psql's ability toreport error cursor positions. So, let's switch over to space-sensitivecomparisons. Per my proposal of yesterday.(All the expected files that I can test here seem to be ready for thisalready, but we'll see what the buildfarm thinks about others.)1 parent997a6a2 commitce3153f
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 |
| - | |
| 69 | + | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
|
0 commit comments
Comments
(0)