forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4027199
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 parent2c3a60c commit4027199
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| 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)