Changed rowstoskip to double to match reservoir_get_next_S

This commit is contained in:
Andrew Kane
2026-04-14 13:38:20 -07:00
parent 5f270c9663
commit dfbd724a1f

View File

@@ -214,7 +214,7 @@ typedef struct IvfflatBuildState
BlockSamplerData bs;
ReservoirStateData rstate;
double samplerows;
int rowstoskip;
double rowstoskip;
/* Sorting */
Tuplesortstate *sortstate;