projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd4aad3
)
Fix typo
author
Magnus Hagander
Wed, 25 Apr 2018 07:29:50 +0000
(09:29 +0200)
committer
Magnus Hagander
Wed, 25 Apr 2018 07:29:50 +0000
(09:29 +0200)
Author: Michael Paquier
doc/src/sgml/jit.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/jit.sgml
b/doc/src/sgml/jit.sgml
index 2a647e8c6c52c0c1262ee50d79f2c976e35fef7e..fc841337c36062bf96ec31a059abd9652f37ed77 100644
(file)
--- 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.