mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Use DEBUG1 for exceeding work_mem [skip ci]
This commit is contained in:
@@ -242,7 +242,7 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
|
|||||||
{
|
{
|
||||||
if (pairingheap_is_empty(so->discarded))
|
if (pairingheap_is_empty(so->discarded))
|
||||||
{
|
{
|
||||||
ereport(NOTICE,
|
ereport(DEBUG1,
|
||||||
(errmsg("hnsw index scan exceeded work_mem after " INT64_FORMAT " tuples", so->tuples),
|
(errmsg("hnsw index scan 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.")));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user