mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 07:36:55 +08:00
Added todo [skip ci]
This commit is contained in:
@@ -187,6 +187,7 @@ svector_in(PG_FUNCTION_ARGS)
|
|||||||
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
||||||
errmsg("ran out of buffer: \"%s\"", lit)));
|
errmsg("ran out of buffer: \"%s\"", lit)));
|
||||||
|
|
||||||
|
/* TODO Decide whether to store zero values */
|
||||||
indices[nnz] = index;
|
indices[nnz] = index;
|
||||||
values[nnz] = value;
|
values[nnz] = value;
|
||||||
nnz++;
|
nnz++;
|
||||||
|
|||||||
Reference in New Issue
Block a user