mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 16:16:56 +08:00
Improved notice [skip ci]
This commit is contained in:
@@ -437,7 +437,7 @@ ComputeCenters(IvfflatBuildState * buildstate)
|
|||||||
if (buildstate->samples->length < buildstate->lists)
|
if (buildstate->samples->length < buildstate->lists)
|
||||||
{
|
{
|
||||||
ereport(NOTICE,
|
ereport(NOTICE,
|
||||||
(errmsg("index created with little data"),
|
(errmsg("ivfflat index created with little data"),
|
||||||
errdetail("this will cause poor recall"),
|
errdetail("this will cause poor recall"),
|
||||||
errhint("drop the index until the table has more data")));
|
errhint("drop the index until the table has more data")));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user