mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 00:26:55 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -226,6 +226,7 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
|
|||||||
{
|
{
|
||||||
so->w = list_delete_last(so->w);
|
so->w = list_delete_last(so->w);
|
||||||
|
|
||||||
|
/* Mark memory as free for next iteration */
|
||||||
if (hnsw_streaming)
|
if (hnsw_streaming)
|
||||||
{
|
{
|
||||||
pfree(element);
|
pfree(element);
|
||||||
|
|||||||
Reference in New Issue
Block a user