mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-22 03:57:34 +08:00
Compare commits
1 Commits
cb246cb72d
...
bas
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb72a6c063 |
@@ -124,7 +124,7 @@ GetScanItems(IndexScanDesc scan, Datum value)
|
||||
*
|
||||
* See postgres/src/backend/storage/buffer/README for description
|
||||
*/
|
||||
BufferAccessStrategy bas = GetAccessStrategy(BAS_BULKREAD);
|
||||
BufferAccessStrategy bas = GetAccessStrategy(BAS_NORMAL);
|
||||
|
||||
/* Search closest probes lists */
|
||||
while (!pairingheap_is_empty(so->listQueue))
|
||||
|
||||
Reference in New Issue
Block a user