mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 07:06:57 +08:00
Remove unused 'scantuplesortstates' field
This commit is contained in:
committed by
Andrew Kane
parent
88213186a5
commit
d96e486274
@@ -212,7 +212,6 @@ typedef struct HnswShared
|
||||
Oid heaprelid;
|
||||
Oid indexrelid;
|
||||
bool isconcurrent;
|
||||
int scantuplesortstates;
|
||||
|
||||
/* Worker progress */
|
||||
ConditionVariable workersdonecv;
|
||||
|
||||
Reference in New Issue
Block a user