llvmjit: Make llvm_types_module variable static Commit b059d2f45685a introduced llvm_types_module and accidentally exported it. As there is no usecase for accessing this variable externally, this makes it static.
Author: Andres Freund <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ef668d8bf56e8c164ed62acdb269aa2f7e7ad5a1 Modified Files -------------- src/backend/jit/llvm/llvmjit.c | 2 +- src/include/jit/llvmjit.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-)
