mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 10:11:20 +08:00
Fixed compiler warning [skip ci]
This commit is contained in:
@@ -852,7 +852,7 @@ HnswSearchLayer(char *base, HnswQuery * q, List *ep, int ef, int lc, Relation in
|
||||
|
||||
#if PG_VERSION_NUM >= 170000
|
||||
HnswReadStreamData streamData;
|
||||
ReadStream *stream;
|
||||
ReadStream *stream = NULL;
|
||||
|
||||
/* TODO Use READ_STREAM_MAINTENANCE when creating index */
|
||||
if (!inMemory)
|
||||
|
||||
Reference in New Issue
Block a user