forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3da436e
committed
Update obsolete nbtree array preprocessing comments.
The array->scan_key references fixed up at the end of preprocessingstart out as offsets into the arrayKeyData[] array (the array returnedby _bt_preprocess_array_keys at the start of preprocessing that involvesarray scan keys). Offsets into the arrayKeyData[] array are no longerguaranteed to be valid offsets into our original scan->keyData[] inputscan key array, but comments describing the array->scan_key referencesstill talked about scan->keyData[]. Update those comments.Oversight in commitb524974.1 parent62ddf7e commit3da436e
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
541 |
| - | |
542 |
| - | |
| 541 | + | |
543 | 542 |
| |
544 | 543 |
| |
545 |
| - | |
| 544 | + | |
546 | 545 |
| |
547 | 546 |
| |
548 | 547 |
| |
| |||
2974 | 2973 |
| |
2975 | 2974 |
| |
2976 | 2975 |
| |
2977 |
| - | |
2978 |
| - | |
| 2976 | + | |
| 2977 | + | |
2979 | 2978 |
| |
2980 | 2979 |
| |
2981 | 2980 |
| |
|
0 commit comments
Comments
(0)