From a0a08c1d85dae3c332e7d72a56df0636be9c5d0a Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Wed, 28 Mar 2018 15:07:08 -0700 Subject: Fix mistakes in the just added JIT docs. Reported-By: Lukas Fittl Author: Andres Freund --- doc/src/sgml/config.sgml | 2 +- doc/src/sgml/jit.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') 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 llvmjit. - If set to a non-existent library JIT will not + If set to a non-existent library JIT will not be available, but no error will be raised. This allows JIT support to be installed separately from the main PostgreSQL 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 @@ - PostgreSQL has builtin support perform + PostgreSQL has builtin support to perform JIT using LLVM when built + url="https://llvm.org/">LLVM when PostgreSQL was built with --with-llvm (see ). -- cgit v1.2.3