Renamed halfvec_dims to vector_dims [skip ci]

This commit is contained in:
Andrew Kane
2024-04-14 16:40:16 -07:00
parent 8118d65b48
commit 8751404a94
7 changed files with 12 additions and 12 deletions

View File

@@ -715,9 +715,9 @@ halfvec_l1_distance(PG_FUNCTION_ARGS)
/*
* Get the dimensions of a half vector
*/
PGDLLEXPORT PG_FUNCTION_INFO_V1(halfvec_dims);
PGDLLEXPORT PG_FUNCTION_INFO_V1(halfvec_vector_dims);
Datum
halfvec_dims(PG_FUNCTION_ARGS)
halfvec_vector_dims(PG_FUNCTION_ARGS)
{
HalfVector *a = PG_GETARG_HALFVEC_P(0);