mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-22 12:07:34 +08:00
fix: correctly use reservoir_get_next_S when building ivfflat
This commit is contained in:
@@ -213,6 +213,7 @@ typedef struct IvfflatBuildState
|
||||
/* Sampling */
|
||||
BlockSamplerData bs;
|
||||
ReservoirStateData rstate;
|
||||
double samplerows;
|
||||
int rowstoskip;
|
||||
|
||||
/* Sorting */
|
||||
|
||||
Reference in New Issue
Block a user