mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 14:01:31 +08:00
Updated message [skip ci]
This commit is contained in:
@@ -228,7 +228,7 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
|
||||
if (list_length(so->discarded) == 0)
|
||||
{
|
||||
ereport(NOTICE,
|
||||
(errmsg("iterative search exceeded work_mem after " INT64_FORMAT " tuples", so->tuples),
|
||||
(errmsg("hnsw iterative search exceeded work_mem after " INT64_FORMAT " tuples", so->tuples),
|
||||
errhint("Increase work_mem to scan more tuples.")));
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user