mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 18:50:56 +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
|
||||
* connections from other elements
|
||||
*/
|
||||
elog(INFO, "hnsw element not in deletion list");
|
||||
Assert(false);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user