From 7fe04ce9203cb0c5332614ec091aab28cf6aeaa8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 29 Mar 2018 07:53:57 -0400 Subject: [PATCH] docs: fix INSTALL.xml build by using "standalone-ignore" Was broken by "jit" link. --- doc/src/sgml/installation.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 30921cf4868..7a7823b7a30 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -763,7 +763,9 @@ su - postgres Build with support for LLVM based - JIT compilation (see ). This + JIT compilation (see ). This requires the LLVM library to be installed. The minimum required version of LLVM is currently 3.9. -- 2.39.5