Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2dad308

Browse files
llvmjit: Remove unnecessary types
These types were added in fb46ac2 but hasn't been used, so remove until there is a need for them. Author: Andres Freund <andres@anarazel.de> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/20221101055132.pjjsvlkeo4stbjkq@awork3.anarazel.de
1 parent 54ccfd6 commit 2dad308

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/backend/jit/llvm/llvmjit.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,12 @@ LLVMTypeRef TypeParamBool;
6161
LLVMTypeRef TypeStorageBool;
6262
LLVMTypeRef TypePGFunction;
6363
LLVMTypeRef StructNullableDatum;
64-
LLVMTypeRef StructHeapTupleFieldsField3;
65-
LLVMTypeRef StructHeapTupleFields;
66-
LLVMTypeRef StructHeapTupleHeaderData;
67-
LLVMTypeRef StructHeapTupleDataChoice;
6864
LLVMTypeRef StructHeapTupleData;
69-
LLVMTypeRef StructMinimalTupleData;
70-
LLVMTypeRef StructItemPointerData;
71-
LLVMTypeRef StructBlockId;
72-
LLVMTypeRef StructFormPgAttribute;
73-
LLVMTypeRef StructTupleConstr;
7465
LLVMTypeRef StructTupleDescData;
7566
LLVMTypeRef StructTupleTableSlot;
7667
LLVMTypeRef StructHeapTupleTableSlot;
7768
LLVMTypeRef StructMinimalTupleTableSlot;
7869
LLVMTypeRef StructMemoryContextData;
79-
LLVMTypeRef StructPGFinfoRecord;
80-
LLVMTypeRef StructFmgrInfo;
8170
LLVMTypeRef StructFunctionCallInfoData;
8271
LLVMTypeRef StructExprContext;
8372
LLVMTypeRef StructExprEvalStep;

0 commit comments

Comments
 (0)