jit: Require at least LLVM 10.
Thomas Munro <tmunro@postgresql.org>
jit: Require at least LLVM 10. Remove support for older LLVM versions. The default on common software distributions will be at least LLVM 10 when PostgreSQL 17 ships. Reviewed-by: Peter Eisentraut <peter@eisentraut.org> Discussion: https://postgr.es/m/CA%2BhUKGLhNs5geZaVNj2EJ79Dx9W8fyWUU3HxcpZy55sMGcY%3DiA%40mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| config/llvm.m4 | modified | +4 −6 |
| configure | modified | +4 −39 |
| doc/src/sgml/installation.sgml | modified | +2 −2 |
| meson.build | modified | +1 −1 |
| src/backend/jit/llvm/llvmjit.c | modified | +3 −54 |
| src/backend/jit/llvm/llvmjit_error.cpp | modified | +0 −10 |
| src/backend/jit/llvm/llvmjit_expr.c | modified | +1 −5 |
| src/backend/jit/llvm/llvmjit_inline.cpp | modified | +2 −36 |
| src/backend/jit/llvm/llvmjit_wrap.cpp | modified | +0 −61 |
| src/include/jit/llvmjit.h | modified | +0 −17 |
| src/include/pg_config.h.in | modified | +0 −12 |
Documentation touched
Discussion
- Guiding principle for dropping LLVM versions? 22 messages · 2023-09-20 → 2024-01-25