forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7149b12
committed
Improve hash_array() logic for combining hash values.
The new logic is less vulnerable to transpositions.This invalidates the contents of hash indexes built with the oldfunctions; hence, bump catversion.Dean Rasheed1 parentc58b945 commit7149b12
File tree
2 files changed
+12
-6
lines changed- src
- backend/utils/adt
- include/catalog
2 files changed
+12
-6
lines changedLines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3533 | 3533 |
| |
3534 | 3534 |
| |
3535 | 3535 |
| |
3536 |
| - | |
| 3536 | + | |
3537 | 3537 |
| |
3538 | 3538 |
| |
3539 | 3539 |
| |
| |||
3617 | 3617 |
| |
3618 | 3618 |
| |
3619 | 3619 |
| |
3620 |
| - | |
3621 |
| - | |
| 3620 | + | |
| 3621 | + | |
| 3622 | + | |
| 3623 | + | |
| 3624 | + | |
| 3625 | + | |
| 3626 | + | |
| 3627 | + | |
| 3628 | + | |
3622 | 3629 |
| |
3623 |
| - | |
3624 |
| - | |
| 3630 | + | |
3625 | 3631 |
| |
3626 | 3632 |
| |
3627 | 3633 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
0 commit comments
Comments
(0)