mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 06:40:57 +08:00
Fixed alignment [skip ci]
This commit is contained in:
@@ -116,8 +116,8 @@ typedef struct HnswCandidate
|
|||||||
typedef struct HnswNeighborArray
|
typedef struct HnswNeighborArray
|
||||||
{
|
{
|
||||||
int length;
|
int length;
|
||||||
HnswCandidate *items;
|
|
||||||
bool closerSet;
|
bool closerSet;
|
||||||
|
HnswCandidate *items;
|
||||||
} HnswNeighborArray;
|
} HnswNeighborArray;
|
||||||
|
|
||||||
typedef struct HnswPairingHeapNode
|
typedef struct HnswPairingHeapNode
|
||||||
|
|||||||
Reference in New Issue
Block a user