Keep vector for now to be overly cautious about packing [skip ci]

This commit is contained in:
Andrew Kane
2023-11-09 18:43:55 -08:00
parent d078db3d25
commit 94f7304ccd

View File

@@ -204,7 +204,7 @@ typedef struct HnswElementTupleData
ItemPointerData heaptids[HNSW_HEAPTIDS];
ItemPointerData neighbortid;
uint16 unused2;
char data[FLEXIBLE_ARRAY_MEMBER];
Vector data;
} HnswElementTupleData;
typedef HnswElementTupleData * HnswElementTuple;