Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2024-09-21 16:18:56 -07:00
parent 72aa53ef54
commit 569bf93355

View File

@@ -226,6 +226,7 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
{
so->w = list_delete_last(so->w);
/* Mark memory as free for next iteration */
if (hnsw_streaming)
{
pfree(element);