Fixed item size [skip ci]

This commit is contained in:
Andrew Kane
2024-04-25 14:03:42 -07:00
parent 5dec500879
commit ebc76114ad
3 changed files with 23 additions and 2 deletions

View File

@@ -153,6 +153,7 @@ typedef struct IvfflatTypeInfo
{
int maxDimensions;
Datum (*normalize) (PG_FUNCTION_ARGS);
Size (*itemSize) (int dimensions);
void (*updateCenter) (Pointer v, int dimensions, float *x);
void (*sumCenter) (Pointer v, float *x);
} IvfflatTypeInfo;