mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 00:26:55 +08:00
Changed log message to assertion [skip ci]
This commit is contained in:
@@ -665,7 +665,7 @@ MarkDeleted(HnswVacuumState * vacuumstate)
|
|||||||
* Should not happen, but skip if it does since there may be
|
* Should not happen, but skip if it does since there may be
|
||||||
* connections from other elements
|
* connections from other elements
|
||||||
*/
|
*/
|
||||||
elog(INFO, "hnsw element not in deletion list");
|
Assert(false);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user