Added todo [skip ci]

This commit is contained in:
Andrew Kane
2023-11-05 21:26:28 -08:00
parent b17b9c1ca2
commit 22a1b06924

View File

@@ -187,6 +187,7 @@ svector_in(PG_FUNCTION_ARGS)
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
errmsg("ran out of buffer: \"%s\"", lit)));
/* TODO Decide whether to store zero values */
indices[nnz] = index;
values[nnz] = value;
nnz++;