Fixed compiler warning [skip ci]

This commit is contained in:
Andrew Kane
2025-07-12 08:58:07 -07:00
parent 1c8128d2f0
commit b9b5e8d305

View File

@@ -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)