mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-22 20:15:46 +08:00
Compare commits
1 Commits
pairinghea
...
pairinghea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
581ec6bfed |
@@ -232,7 +232,7 @@ ivfflatbeginscan(Relation index, int nkeys, int norderbys)
|
||||
|
||||
so->listQueue = pairingheap_allocate(CompareLists, scan);
|
||||
|
||||
so->maxItems = 1024;
|
||||
so->maxItems = 10;
|
||||
so->itemCount = 0;
|
||||
so->itemQueue = pairingheap_allocate(CompareItems, scan);
|
||||
so->items = palloc(sizeof(IvfflatScanItem) * (so->maxItems + 1));
|
||||
|
||||
Reference in New Issue
Block a user