mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 07:36:55 +08:00
Added comment [skip ci]
This commit is contained in:
@@ -12,7 +12,7 @@ typedef struct Vector
|
|||||||
{
|
{
|
||||||
int32 vl_len_; /* varlena header (do not touch directly!) */
|
int32 vl_len_; /* varlena header (do not touch directly!) */
|
||||||
int16 dim; /* number of dimensions */
|
int16 dim; /* number of dimensions */
|
||||||
int16 unused;
|
int16 unused; /* reserved for future use, always zero */
|
||||||
float x[FLEXIBLE_ARRAY_MEMBER];
|
float x[FLEXIBLE_ARRAY_MEMBER];
|
||||||
} Vector;
|
} Vector;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user