Fixed logic [skip ci]

This commit is contained in:
Andrew Kane
2024-09-23 13:52:50 -07:00
parent e70e582d2f
commit 9f944e5c54

View File

@@ -442,7 +442,7 @@ MarkDeleted(HnswVacuumState * vacuumstate)
BlockNumber insertPage = InvalidBlockNumber;
Relation index = vacuumstate->index;
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