mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-18 02:04:33 +08:00
Fixed logic [skip ci]
This commit is contained in:
@@ -442,7 +442,7 @@ MarkDeleted(HnswVacuumState * vacuumstate)
|
|||||||
BlockNumber insertPage = InvalidBlockNumber;
|
BlockNumber insertPage = InvalidBlockNumber;
|
||||||
Relation index = vacuumstate->index;
|
Relation index = vacuumstate->index;
|
||||||
BufferAccessStrategy bas = vacuumstate->bas;
|
BufferAccessStrategy bas = vacuumstate->bas;
|
||||||
bool useIndexTuple = IndexRelationGetNumberOfAttributes(index);
|
bool useIndexTuple = IndexRelationGetNumberOfAttributes(index) > 1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Wait for index scans to complete. Scans before this point may contain
|
* Wait for index scans to complete. Scans before this point may contain
|
||||||
|
|||||||
Reference in New Issue
Block a user