forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit606ccc5
committed
Improve test case exercising the sorting path for hash index build.
On second thought, we should probably do at least a minimal check thatthe constructed index is valid, since the big problem with the mostrecent breakage was not whether the sorting was correct but that theindex had incorrect hash codes placed in it.1 parent9563d5b commit606ccc5
File tree
2 files changed
+20
-0
lines changed- src/test/regress
- expected
- sql
2 files changed
+20
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2351 | 2351 |
| |
2352 | 2352 |
| |
2353 | 2353 |
| |
| 2354 | + | |
| 2355 | + | |
| 2356 | + | |
| 2357 | + | |
| 2358 | + | |
| 2359 | + | |
| 2360 | + | |
| 2361 | + | |
| 2362 | + | |
| 2363 | + | |
| 2364 | + | |
| 2365 | + | |
| 2366 | + | |
| 2367 | + | |
| 2368 | + | |
| 2369 | + | |
| 2370 | + | |
2354 | 2371 |
| |
2355 | 2372 |
| |
2356 | 2373 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
694 | 694 |
| |
695 | 695 |
| |
696 | 696 |
| |
| 697 | + | |
| 698 | + | |
| 699 | + | |
697 | 700 |
| |
698 | 701 |
| |
699 | 702 |
| |
|
0 commit comments
Comments
(0)