mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Fix mistakes in the just added JIT docs.
Reported-By: Lukas Fittl Author: Andres Freund
This commit is contained in:
@ -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.
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user