diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/jit.sgml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index dc9ed22eb41..e7d408824e2 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7498,7 +7498,7 @@ SET XML OPTION { DOCUMENT | CONTENT }; used. The built-in default is <literal>llvmjit</literal>. </para> <para> - If set to a non-existent library <acronym>JIT</acronym> will not + If set to a non-existent library <acronym>JIT</acronym> will not be available, but no error will be raised. This allows JIT support to be installed separately from the main <productname>PostgreSQL</productname> package. diff --git a/doc/src/sgml/jit.sgml b/doc/src/sgml/jit.sgml index f59e4923e14..ece259b5b4b 100644 --- a/doc/src/sgml/jit.sgml +++ b/doc/src/sgml/jit.sgml @@ -32,9 +32,9 @@ </para> <para> - <productname>PostgreSQL</productname> has builtin support perform + <productname>PostgreSQL</productname> has builtin support to perform <acronym>JIT</acronym> using <ulink - url="https://llvm.org/"><productname>LLVM</productname></ulink> when built + url="https://llvm.org/"><productname>LLVM</productname></ulink> when <productname>PostgreSQL</productname> was built with <literal>--with-llvm</literal> (see <xref linkend="configure-with-llvm"/>). </para> |