Commit d7c8576e authored by David Rowley's avatar David Rowley

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
parent 45fdc973
...@@ -21087,10 +21087,10 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n); ...@@ -21087,10 +21087,10 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
<returnvalue>boolean</returnvalue> <returnvalue>boolean</returnvalue>
</para> </para>
<para> <para>
Returns true if <acronym>JIT</acronym> compilation is available in Returns true if a <acronym>JIT</acronym> compiler extension is
this session (see <xref linkend="jit"/>). available (see <xref linkend="jit"/>) and the
Returns false if <xref linkend="guc-jit"/> is set to false, or if the <xref linkend="guc-jit"/> configuration parameter is set to
feature was not enabled at compile time. <literal>on</literal>.
</para></entry> </para></entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment