From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: jit: Require at least LLVM 14, if enabled. |
Date: | 2024-10-01 09:00:08 |
Message-ID: | E1svYjn-001hKa-Gg@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
jit: Require at least LLVM 14, if enabled.
Remove support for LLVM versions 10-13. The default on all non-EOL'd
OSes represented in our build farm will be at least LLVM 14 when
PostgreSQL 18 ships.
Author: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/CA%2BhUKGLhNs5geZaVNj2EJ79Dx9W8fyWUU3HxcpZy55sMGcY%3DiA%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/972c2cd2882b6dd7a2059d030d03e89dae47ede7
Modified Files
--------------
config/llvm.m4 | 4 +-
configure | 4 +-
doc/src/sgml/installation.sgml | 4 +-
meson.build | 2 +-
src/backend/jit/llvm/llvmjit.c | 101 --------------------------------
src/backend/jit/llvm/llvmjit_error.cpp | 25 --------
src/backend/jit/llvm/llvmjit_inline.cpp | 13 ----
src/backend/jit/llvm/llvmjit_wrap.cpp | 4 --
8 files changed, 7 insertions(+), 150 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2024-10-01 09:29:25 | Re: pgsql: jit: Require at least LLVM 14, if enabled. |
Previous Message | Daniel Gustafsson | 2024-10-01 08:23:15 | pgsql: doc: Mention the connstring key word for PGSERVICE |