mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Added comment [skip ci]
This commit is contained in:
@@ -1203,6 +1203,7 @@ PGDLLEXPORT PG_FUNCTION_INFO_V1(vector_combine);
|
|||||||
Datum
|
Datum
|
||||||
vector_combine(PG_FUNCTION_ARGS)
|
vector_combine(PG_FUNCTION_ARGS)
|
||||||
{
|
{
|
||||||
|
/* Must also update parameters of halfvec_combine if modifying */
|
||||||
ArrayType *statearray1 = PG_GETARG_ARRAYTYPE_P(0);
|
ArrayType *statearray1 = PG_GETARG_ARRAYTYPE_P(0);
|
||||||
ArrayType *statearray2 = PG_GETARG_ARRAYTYPE_P(1);
|
ArrayType *statearray2 = PG_GETARG_ARRAYTYPE_P(1);
|
||||||
float8 *statevalues1;
|
float8 *statevalues1;
|
||||||
|
|||||||
Reference in New Issue
Block a user