From f32f695844088db13c546116fccd9cd7532295a8 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 10 Apr 2023 21:31:33 -0700 Subject: [PATCH] Improved notice [skip ci] --- src/ivfbuild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ivfbuild.c b/src/ivfbuild.c index 854207a..d4419ee 100644 --- a/src/ivfbuild.c +++ b/src/ivfbuild.c @@ -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"))); }