forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7d3bf73
committed
Suppress DETAIL output from a foreign_data test.
Unstable sort order related to changes to nbtree from commitdd299dfcan cause two lines of DETAIL output to be in opposite-of-expectedorder. Suppress the output using the same VERBOSITY hack that is usedelsewhere in the foreign_data tests.Note that the same foreign_data.out DETAIL output was mechanicallyupdated by commitdd299df. Only a few such changes were required,though.Per buildfarm member batfish.Discussion:https://postgr.es/m/CAH2-WzkCQ_MtKeOpzozj7QhhgP1unXsK8o9DMAFvDqQFEPpkYQ@mail.gmail.com1 parent815b20a commit7d3bf73
File tree
2 files changed
+6
-4
lines changed- src/test/regress
- expected
- sql
2 files changed
+6
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
439 | 439 |
| |
440 | 440 |
| |
441 | 441 |
| |
| 442 | + | |
| 443 | + | |
442 | 444 |
| |
443 | 445 |
| |
444 |
| - | |
445 |
| - | |
| 446 | + | |
446 | 447 |
| |
447 | 448 |
| |
448 | 449 |
| |
| |||
1203 | 1204 |
| |
1204 | 1205 |
| |
1205 | 1206 |
| |
1206 |
| - | |
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 | 1209 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| 202 | + | |
| 203 | + | |
202 | 204 |
| |
| 205 | + | |
203 | 206 |
| |
204 | 207 |
| |
205 | 208 |
| |
| |||
501 | 504 |
| |
502 | 505 |
| |
503 | 506 |
| |
504 |
| - | |
505 | 507 |
| |
506 | 508 |
| |
507 | 509 |
| |
|
0 commit comments
Comments
(0)