From: Magnus Hagander Date: Wed, 25 Apr 2018 07:29:50 +0000 (+0200) Subject: Fix typo X-Git-Tag: REL_11_BETA1~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f58f666cdeee8016fd4ec7aa79629c983ecc3bd;p=postgresql Fix typo Author: Michael Paquier --- diff --git a/doc/src/sgml/jit.sgml b/doc/src/sgml/jit.sgml index 2a647e8c6c..fc841337c3 100644 --- a/doc/src/sgml/jit.sgml +++ b/doc/src/sgml/jit.sgml @@ -139,7 +139,7 @@ If is set to off, or no JIT implementation is available (for example because the server was compiled without --with-llvm), - JIT will not performed, even if considered to be + JIT will not be performed, even if considered to be beneficial based on the above criteria. Setting to off takes effect both at plan and at execution time.