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