Removed pinning for HNSW index scan

This commit is contained in:
Andrew Kane
2023-09-11 12:12:28 -07:00
parent 30fb4dd602
commit b164833933
2 changed files with 4 additions and 15 deletions

View File

@@ -218,7 +218,6 @@ typedef HnswNeighborTupleData * HnswNeighborTuple;
typedef struct HnswScanOpaqueData
{
bool first;
Buffer buf;
List *w;
MemoryContext tmpCtx;