From c04e16ff5bbb34f3e471f47acce5b52e72c86a13 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 28 Oct 2024 13:36:57 -0700 Subject: [PATCH] Removed debug message from IVFFlat index scans [skip ci] --- src/ivfscan.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ivfscan.c b/src/ivfscan.c index eafb643..aee8eeb 100644 --- a/src/ivfscan.c +++ b/src/ivfscan.c @@ -171,12 +171,6 @@ GetScanItems(IndexScanDesc scan, Datum value) } } - if (tuples < 100 && ivfflat_iterative_scan == IVFFLAT_ITERATIVE_SCAN_OFF) - ereport(DEBUG1, - (errmsg("index scan found few tuples"), - errdetail("Index may have been created with little data."), - errhint("Recreate the index and possibly decrease lists."))); - tuplesort_performsort(so->sortstate); #if defined(IVFFLAT_MEMORY)