Changed log message to assertion [skip ci]

This commit is contained in:
Andrew Kane
2026-06-30 01:25:36 -07:00
parent ecddde963a
commit a31771bc45

View File

@@ -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;
} }