Simplify lists for IvfflatScanOpaque [skip ci]

This commit is contained in:
Andrew Kane
2024-10-11 15:29:23 -07:00
parent 38285aacc7
commit e1bc929429
2 changed files with 4 additions and 2 deletions

View File

@@ -278,7 +278,7 @@ typedef struct IvfflatScanOpaqueData
pairingheap *listQueue;
BlockNumber *listPages;
int listIndex;
IvfflatScanList lists[FLEXIBLE_ARRAY_MEMBER]; /* must come last */
IvfflatScanList *lists;
} IvfflatScanOpaqueData;
typedef IvfflatScanOpaqueData * IvfflatScanOpaque;