From: David Rowley Date: Tue, 28 Jul 2020 10:52:58 +0000 (+1200) Subject: Doc: Improve documentation for pg_jit_available() X-Git-Tag: REL_11_9~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=baecd2715b5cd4c0e596bc4ba438957ef88e1d25;p=thirdparty%2Fpostgresql.git Doc: Improve documentation for pg_jit_available() Per complaint from Scott Ribe. Based on wording suggestion from Tom Lane. Discussion: https://postgr.es/m/1956E806-1468-4417-9A9D-235AE1D5FE1A@elevated-dev.com Backpatch-through: 11, where pg_jit_available() was added --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 538f30c59dd..1c42e39311a 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -16137,9 +16137,9 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n); pg_jit_available() boolean - is JIT compilation available in this session - (see )? Returns false if is set to false. + is a JIT compiler extension available + (see ) and the + configuration parameter set to on.