mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 07:06:57 +08:00
Use memory context for index scan [skip ci]
This commit is contained in:
@@ -220,6 +220,7 @@ typedef struct HnswScanOpaqueData
|
||||
bool first;
|
||||
Buffer buf;
|
||||
List *w;
|
||||
MemoryContext tmpCtx;
|
||||
|
||||
/* Support functions */
|
||||
FmgrInfo *procinfo;
|
||||
|
||||
Reference in New Issue
Block a user