Fixed CI [skip ci]

This commit is contained in:
Andrew Kane
2024-09-22 01:52:14 -07:00
parent 7412ee6cee
commit e78ce02dc9

View File

@@ -217,7 +217,7 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
if (!hnsw_streaming) if (!hnsw_streaming)
break; break;
if (MemoryContextMemAllocated(so->tmpCtx, false) > (work_mem * 1024L)) if (MemoryContextMemAllocated(so->tmpCtx, false) > (Size) work_mem * 1024L)
{ {
if (pairingheap_is_empty(so->discarded)) if (pairingheap_is_empty(so->discarded))
{ {