Moved allocations out of GetScanItems [skip ci]

This commit is contained in:
Andrew Kane
2024-09-21 19:10:25 -07:00
parent be4e9a9df2
commit 55dc735e1a
2 changed files with 19 additions and 16 deletions

View File

@@ -253,8 +253,9 @@ typedef struct IvfflatScanOpaqueData
/* Sorting */
Tuplesortstate *sortstate;
TupleDesc tupdesc;
TupleTableSlot *slot;
bool isnull;
TupleTableSlot *vslot;
TupleTableSlot *mslot;
BufferAccessStrategy bas;
/* Support functions */
FmgrInfo *procinfo;