mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-06 20:50:57 +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)
|
if (list_length(so->discarded) == 0)
|
||||||
{
|
{
|
||||||
ereport(NOTICE,
|
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.")));
|
errhint("Increase work_mem to scan more tuples.")));
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user