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;