aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2020-07-28 22:52:03 +1200
committerDavid Rowley <drowley@postgresql.org>2020-07-28 22:52:03 +1200
commitd7c8576ebe3949a644c700a9f54d88e7e373a647 (patch)
treea3f9a53a5c620e0a682a18c24ed29f3726d01ac3
parent45fdc9738b36d1068d3ad8fdb06436d6fd14436b (diff)
downloadpostgresql-d7c8576ebe3949a644c700a9f54d88e7e373a647.tar.gz
postgresql-d7c8576ebe3949a644c700a9f54d88e7e373a647.zip
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
-rw-r--r--doc/src/sgml/func.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 959f6a1c2f2..f766c1bc67c 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -21087,10 +21087,10 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
<returnvalue>boolean</returnvalue>
</para>
<para>
- Returns true if <acronym>JIT</acronym> compilation is available in
- this session (see <xref linkend="jit"/>).
- Returns false if <xref linkend="guc-jit"/> is set to false, or if the
- feature was not enabled at compile time.
+ Returns true if a <acronym>JIT</acronym> compiler extension is
+ available (see <xref linkend="jit"/>) and the
+ <xref linkend="guc-jit"/> configuration parameter is set to
+ <literal>on</literal>.
</para></entry>
</row>