mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 22:56:55 +08:00
Use consistent order [skip ci]
This commit is contained in:
@@ -26,8 +26,8 @@ static const struct config_enum_entry hnsw_iterative_search_options[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
int hnsw_ef_search;
|
int hnsw_ef_search;
|
||||||
int hnsw_max_search_tuples;
|
|
||||||
int hnsw_iterative_search;
|
int hnsw_iterative_search;
|
||||||
|
int hnsw_max_search_tuples;
|
||||||
int hnsw_lock_tranche_id;
|
int hnsw_lock_tranche_id;
|
||||||
static relopt_kind hnsw_relopt_kind;
|
static relopt_kind hnsw_relopt_kind;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user