mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-06 12:40:56 +08:00
Changed rowstoskip to double to match reservoir_get_next_S
This commit is contained in:
@@ -214,7 +214,7 @@ typedef struct IvfflatBuildState
|
|||||||
BlockSamplerData bs;
|
BlockSamplerData bs;
|
||||||
ReservoirStateData rstate;
|
ReservoirStateData rstate;
|
||||||
double samplerows;
|
double samplerows;
|
||||||
int rowstoskip;
|
double rowstoskip;
|
||||||
|
|
||||||
/* Sorting */
|
/* Sorting */
|
||||||
Tuplesortstate *sortstate;
|
Tuplesortstate *sortstate;
|
||||||
|
|||||||
Reference in New Issue
Block a user