- Notifications
You must be signed in to change notification settings - Fork5
Commit65c2d42
committed
Preliminary cleanup for hash index code (doesn't attack the locking problem
yet). Fix a couple of bugs that would only appear if multiple bitmap pagesare used, including a buffer reference leak and incorrect computation of bitindexes. Get rid of 'overflow address' concept, which accomplished nothingexcept obfuscating the code and creating a risk of failure due to limitedrange of offset field. Rename some misleadingly-named fields and routines,and improve documentation.1 parenteaeb862 commit65c2d42
File tree
4 files changed
+364
-450
lines changed- src
- backend/access/hash
- include/access
4 files changed
+364
-450
lines changedLines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
195 | 192 |
| |
196 | 193 |
| |
197 | 194 |
| |
198 | 195 |
| |
199 | 196 |
| |
200 |
| - | |
| 197 | + | |
201 | 198 |
| |
202 | 199 |
| |
203 | 200 |
| |
|
0 commit comments
Comments
(0)