Test BufferAccessStrategy [skip ci]

This commit is contained in:
Andrew Kane
2023-04-10 22:07:58 -07:00
parent f32f695844
commit bb72a6c063

View File

@@ -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))