Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc04e16f

Browse files
committed
Removed debug message from IVFFlat index scans [skip ci]
1 parentbd4d272 commitc04e16f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎src/ivfscan.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@ GetScanItems(IndexScanDesc scan, Datum value)
171171
}
172172
}
173173

174-
if (tuples<100&&ivfflat_iterative_scan==IVFFLAT_ITERATIVE_SCAN_OFF)
175-
ereport(DEBUG1,
176-
(errmsg("index scan found few tuples"),
177-
errdetail("Index may have been created with little data."),
178-
errhint("Recreate the index and possibly decrease lists.")));
179-
180174
tuplesort_performsort(so->sortstate);
181175

182176
#if defined(IVFFLAT_MEMORY)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp