Added tupdesc to buildstate [skip ci]

This commit is contained in:
Andrew Kane
2024-10-10 12:18:41 -07:00
parent edc2126a4a
commit e2fab306ac
2 changed files with 4 additions and 2 deletions

View File

@@ -165,6 +165,7 @@ typedef struct IvfflatBuildState
Relation index;
IndexInfo *indexInfo;
const IvfflatTypeInfo *typeInfo;
TupleDesc tupdesc;
/* Settings */
int dimensions;