diff options
author | Thomas Munro <tmunro@postgresql.org> | 2024-01-25 15:23:04 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2024-01-25 15:42:34 +1300 |
commit | 820b5af73dcc6a5d0db6a98a62a6b859e5d107b6 (patch) | |
tree | cc46c2147142da3b000398e001ea2315ff3e298e /doc/src | |
parent | 729439607ad210dbb446e31754e8627d7e3f7dda (diff) | |
download | postgresql-820b5af73dcc6a5d0db6a98a62a6b859e5d107b6.tar.gz postgresql-820b5af73dcc6a5d0db6a98a62a6b859e5d107b6.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index e73902b3f8f..ed5b285a5ee 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -936,7 +936,7 @@ build-postgresql: <acronym>JIT</acronym> compilation (see <xref linkend="jit"/>). This requires the <productname>LLVM</productname> library to be installed. The minimum required version of <productname>LLVM</productname> is - currently 3.9. + currently 10. </para> <para> <command>llvm-config</command><indexterm><primary>llvm-config</primary></indexterm> @@ -2424,7 +2424,7 @@ ninja install <acronym>JIT</acronym> compilation (see <xref linkend="jit"/>). This requires the <productname>LLVM</productname> library to be installed. The minimum required version of - <productname>LLVM</productname> is currently 3.9. Disabled by + <productname>LLVM</productname> is currently 10. Disabled by default. </para> |