From dfbd724a1fbe07b82f90d634530bb42ff8a6b57f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 14 Apr 2026 13:38:20 -0700 Subject: [PATCH] Changed rowstoskip to double to match reservoir_get_next_S --- src/ivfflat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ivfflat.h b/src/ivfflat.h index f18d34d..5cf3686 100644 --- a/src/ivfflat.h +++ b/src/ivfflat.h @@ -214,7 +214,7 @@ typedef struct IvfflatBuildState BlockSamplerData bs; ReservoirStateData rstate; double samplerows; - int rowstoskip; + double rowstoskip; /* Sorting */ Tuplesortstate *sortstate;