forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitef668d8
committed
llvmjit: Make llvm_types_module variable static
Commitb059d2f introduced llvm_types_module and accidentallyexported it. As there is no usecase for accessing this variableexternally, this makes it static.Author: Andres Freund <andres@anarazel.de>Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Discussion:https://postgr.es/m/20221101055132.pjjsvlkeo4stbjkq@awork3.anarazel.de1 parent2dad308 commitef668d8
2 files changed
+1
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 | 58 |
| |
62 | 59 |
| |
63 | 60 |
| |
|
0 commit comments
Comments
(0)