Improved notice [skip ci]

This commit is contained in:
Andrew Kane
2023-04-10 21:31:33 -07:00
parent 1b013a94f7
commit f32f695844

View File

@@ -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")));
} }