mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +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;
|
||||
ReservoirStateData rstate;
|
||||
double samplerows;
|
||||
int rowstoskip;
|
||||
double rowstoskip;
|
||||
|
||||
/* Sorting */
|
||||
Tuplesortstate *sortstate;
|
||||
|
||||
Reference in New Issue
Block a user