mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 02:31:16 +08:00
Removed unneeded comments [skip ci]
This commit is contained in:
@@ -244,7 +244,6 @@ sparsevec_in(PG_FUNCTION_ARGS)
|
||||
long index;
|
||||
float value;
|
||||
|
||||
/* TODO Better error */
|
||||
if (nnz == maxNnz)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
||||
|
||||
Reference in New Issue
Block a user