Commit 7f58f666 authored by Magnus Hagander's avatar Magnus Hagander

Fix typo

Author: Michael Paquier
parent bd4aad32
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
If <xref linkend="guc-jit"/> is set to <literal>off</literal>, or no If <xref linkend="guc-jit"/> is set to <literal>off</literal>, or no
<acronym>JIT</acronym> implementation is available (for example because <acronym>JIT</acronym> implementation is available (for example because
the server was compiled without <literal>--with-llvm</literal>), the server was compiled without <literal>--with-llvm</literal>),
<acronym>JIT</acronym> will not performed, even if considered to be <acronym>JIT</acronym> will not be performed, even if considered to be
beneficial based on the above criteria. Setting <xref linkend="guc-jit"/> beneficial based on the above criteria. Setting <xref linkend="guc-jit"/>
to <literal>off</literal> takes effect both at plan and at execution time. to <literal>off</literal> takes effect both at plan and at execution time.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment