mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-17 01:34:35 +08:00
Fixed warning
This commit is contained in:
@@ -804,7 +804,6 @@ sparsevec_subvector(PG_FUNCTION_ARGS)
|
|||||||
|
|
||||||
dim = end - start;
|
dim = end - start;
|
||||||
CheckDim(dim);
|
CheckDim(dim);
|
||||||
startIndex = dim;
|
|
||||||
|
|
||||||
for (startIndex = 0; startIndex < a->nnz; startIndex++)
|
for (startIndex = 0; startIndex < a->nnz; startIndex++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user