mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 02:02:10 +08:00
Increased max sparsevec dimensions to 1B [skip ci]
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "fmgr.h"
|
||||
|
||||
#define SPARSEVEC_MAX_DIM 1000000
|
||||
#define SPARSEVEC_MAX_DIM 1000000000
|
||||
#define SPARSEVEC_MAX_NNZ 16000
|
||||
|
||||
#define DatumGetSparseVector(x) ((SparseVector *) PG_DETOAST_DATUM(x))
|
||||
|
||||
Reference in New Issue
Block a user