From 972c2cd2882b6dd7a2059d030d03e89dae47ede7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 1 Oct 2024 04:49:11 -0400 Subject: 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 Reviewed-by: Peter Eisentraut Discussion: https://postgr.es/m/CA%2BhUKGLhNs5geZaVNj2EJ79Dx9W8fyWUU3HxcpZy55sMGcY%3DiA%40mail.gmail.com --- doc/src/sgml/installation.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ff9abd4649d..3a491b59896 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -936,7 +936,7 @@ build-postgresql: JIT compilation (see ). This requires the LLVM library to be installed. The minimum required version of LLVM is - currently 10. + currently 14. llvm-configllvm-config @@ -2394,7 +2394,7 @@ ninja install JIT compilation (see ). This requires the LLVM library to be installed. The minimum required version of - LLVM is currently 10. Disabled by + LLVM is currently 14. Disabled by default. -- cgit v1.2.3