mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 15:16:54 +08:00
Test BufferAccessStrategy [skip ci]
This commit is contained in:
@@ -124,7 +124,7 @@ GetScanItems(IndexScanDesc scan, Datum value)
|
|||||||
*
|
*
|
||||||
* See postgres/src/backend/storage/buffer/README for description
|
* See postgres/src/backend/storage/buffer/README for description
|
||||||
*/
|
*/
|
||||||
BufferAccessStrategy bas = GetAccessStrategy(BAS_BULKREAD);
|
BufferAccessStrategy bas = GetAccessStrategy(BAS_NORMAL);
|
||||||
|
|
||||||
/* Search closest probes lists */
|
/* Search closest probes lists */
|
||||||
while (!pairingheap_is_empty(so->listQueue))
|
while (!pairingheap_is_empty(so->listQueue))
|
||||||
|
|||||||
Reference in New Issue
Block a user