Use memory context for index scan [skip ci]

This commit is contained in:
Andrew Kane
2023-08-04 19:59:09 -07:00
parent 4f4f444396
commit 3a6cd544ff
2 changed files with 12 additions and 6 deletions

View File

@@ -220,6 +220,7 @@ typedef struct HnswScanOpaqueData
bool first;
Buffer buf;
List *w;
MemoryContext tmpCtx;
/* Support functions */
FmgrInfo *procinfo;