-
- Downloads
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 pages are used, including a buffer reference leak and incorrect computation of bit indexes. Get rid of 'overflow address' concept, which accomplished nothing except obfuscating the code and creating a risk of failure due to limited range of offset field. Rename some misleadingly-named fields and routines, and improve documentation.
Showing
- src/backend/access/hash/hashinsert.c 6 additions, 9 deletionssrc/backend/access/hash/hashinsert.c
- src/backend/access/hash/hashovfl.c 179 additions, 211 deletionssrc/backend/access/hash/hashovfl.c
- src/backend/access/hash/hashpage.c 118 additions, 125 deletionssrc/backend/access/hash/hashpage.c
- src/include/access/hash.h 61 additions, 105 deletionssrc/include/access/hash.h
Loading
Please register or sign in to comment