Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2dad308

Browse files
llvmjit: Remove unnecessary types
These types were added infb46ac2 but hasn't been used, soremove 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 parent54ccfd6 commit2dad308

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
LLVMTypeRefTypeStorageBool;
6262
LLVMTypeRefTypePGFunction;
6363
LLVMTypeRefStructNullableDatum;
64-
LLVMTypeRefStructHeapTupleFieldsField3;
65-
LLVMTypeRefStructHeapTupleFields;
66-
LLVMTypeRefStructHeapTupleHeaderData;
67-
LLVMTypeRefStructHeapTupleDataChoice;
6864
LLVMTypeRefStructHeapTupleData;
69-
LLVMTypeRefStructMinimalTupleData;
70-
LLVMTypeRefStructItemPointerData;
71-
LLVMTypeRefStructBlockId;
72-
LLVMTypeRefStructFormPgAttribute;
73-
LLVMTypeRefStructTupleConstr;
7465
LLVMTypeRefStructTupleDescData;
7566
LLVMTypeRefStructTupleTableSlot;
7667
LLVMTypeRefStructHeapTupleTableSlot;
7768
LLVMTypeRefStructMinimalTupleTableSlot;
7869
LLVMTypeRefStructMemoryContextData;
79-
LLVMTypeRefStructPGFinfoRecord;
80-
LLVMTypeRefStructFmgrInfo;
8170
LLVMTypeRefStructFunctionCallInfoData;
8271
LLVMTypeRefStructExprContext;
8372
LLVMTypeRefStructExprEvalStep;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp