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